skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatency
[ardour.git] / gtk2_ardour / imageframe_time_axis_group.h
index 714d8515f751bbed339cd4d8b02e02b4024f491a..c1ec26e912b8a391e919221bc163f52436a6c07e 100644 (file)
@@ -235,11 +235,11 @@ class ImageFrameTimeAxisGroup : public sigc::trackable
                //---------------------------------------------------------------------------------//
                // Emitted Signals
 
-               sigc::signal<void> GoingAway ;
+               static sigc::signal<void,ImageFrameTimeAxisGroup*> CatchDeletion;
 
                /**
                 * Emitted when this Group has been removed
-                * This is different to the GoingAway signal in that this signal
+                * This is different to the CatchDeletion signal in that this signal
                 * is emitted during the deletion of this Time Axis, and not during
                 * the destructor, this allows us to capture the source of the deletion
                 * event