summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.h
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2007-04-11 17:53:42 +0000
committerSampo Savolainen <v2@iki.fi>2007-04-11 17:53:42 +0000
commit871a1f0e72327faac1816d1ebdc574e2f2ca4f5a (patch)
tree110c1d9c2037d8a142c3867c4cc61fb93f81e8f0 /gtk2_ardour/redirect_box.h
parent5dbc46cad3f0ab6ee967dfaafbabc997fcbbcc83 (diff)
Prevent copy & paste of sends and inserts. Add "delete" command to the
redirect box. Notice to translators: this text needs to be translated. I apologize for the inconvenience, but something had to be done to this issue. git-svn-id: svn://localhost/ardour2/trunk@1702 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/redirect_box.h')
-rw-r--r--gtk2_ardour/redirect_box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/redirect_box.h b/gtk2_ardour/redirect_box.h
index 7e93efee1b..cb126dc13f 100644
--- a/gtk2_ardour/redirect_box.h
+++ b/gtk2_ardour/redirect_box.h
@@ -174,6 +174,7 @@ class RedirectBox : public Gtk::HBox
void cut_redirects ();
void copy_redirects ();
void paste_redirects ();
+ void delete_redirects ();
void clear_redirects ();
void clone_redirects ();
void rename_redirects ();
@@ -207,6 +208,7 @@ class RedirectBox : public Gtk::HBox
static void rb_cut ();
static void rb_copy ();
static void rb_paste ();
+ static void rb_delete ();
static void rb_rename ();
static void rb_select_all ();
static void rb_deselect_all ();