another redirect dialog fix
[ardour.git] / gtk2_ardour / redirect_box.h
index 775ba4b1fd792602e714b0a7d2819e5824a2efb8..cb126dc13f4be3cbb8c0b44b246a358f9dfd4f67 100644 (file)
@@ -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 ();