X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fredirect_box.h;h=cb126dc13f4be3cbb8c0b44b246a358f9dfd4f67;hb=7f3c381a3acd8e605be76f1ba0ec7f1a7e11373f;hp=775ba4b1fd792602e714b0a7d2819e5824a2efb8;hpb=2571f8e4c1a8c5ed3992839c7fb25e0be9e3e239;p=ardour.git diff --git a/gtk2_ardour/redirect_box.h b/gtk2_ardour/redirect_box.h index 775ba4b1fd..cb126dc13f 100644 --- a/gtk2_ardour/redirect_box.h +++ b/gtk2_ardour/redirect_box.h @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __ardour_gtk_redirect_box__ @@ -175,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 (); @@ -208,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 ();