summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-10-02 20:25:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-10-02 20:25:28 +0000
commit9754082ffffd0214d9a1522fa68ba611e4ee299f (patch)
tree8893c437b310d8a35ceae2ee7027cd36087d1d43 /gtk2_ardour/ghostregion.cc
parent6129057f868dc37bc82db3cf70cbff9730cc541d (diff)
uncomment ghostregionview destructor from merge madness
git-svn-id: svn://localhost/ardour2/branches/3.0@3845 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ghostregion.cc')
-rw-r--r--gtk2_ardour/ghostregion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc
index 9da7ceb370..a332283634 100644
--- a/gtk2_ardour/ghostregion.cc
+++ b/gtk2_ardour/ghostregion.cc
@@ -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