13
0

uncomment ghostregionview destructor from merge madness

git-svn-id: svn://localhost/ardour2/branches/3.0@3845 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-10-02 20:25:28 +00:00
parent 6129057f86
commit 9754082fff

View File

@ -59,9 +59,9 @@ GhostRegion::GhostRegion (ArdourCanvas::Group* parent, TimeAxisView& tv, TimeAxi
GhostRegion::~GhostRegion ()
{
/*GoingAway (this);
GoingAway (this);
delete base_rect;
delete group;*/
delete group;
}
void