summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-18 22:02:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commit808346de0fb0d1a8f82e61224844fade1bd5ec5b (patch)
treef5bc7f9963e22584a996572593e6a2a0b64b8135 /gtk2_ardour/vca_master_strip.h
parent69d2758e8c617b2d6da0e9b2729a7b46652496b1 (diff)
vca: make Remove context menu option work
Also cancel spill view if relevant, during VCA Master Strip deletion
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 4734061987..a9636dfe69 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -94,6 +94,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void build_context_menu ();
void hide_confirmation (int);
void self_delete ();
+ void remove ();
};