Remove unused variable and the accessor methods for it from ARDOUR_UI
[ardour.git] / gtk2_ardour / redirect_box.h
index 7e93efee1bcfc0f361c82e828f7430f64716f4f0..88fbd5924d700fa8db53a5332ec38e47f6838841 100644 (file)
@@ -91,6 +91,7 @@ class RedirectBox : public Gtk::HBox
        boost::shared_ptr<ARDOUR::Route>  _route;
        ARDOUR::Session &   _session;
        bool                _owner_is_mixer;
+       bool                 ab_direction;
 
        ARDOUR::Placement   _placement;
 
@@ -170,10 +171,13 @@ class RedirectBox : public Gtk::HBox
        void redirect_drag_begin (GdkDragContext*);
        void redirect_drag_end (GdkDragContext*);
        void all_redirects_active(bool state);
+       void all_plugins_active(bool state);
+       void ab_plugins ();
 
        void cut_redirects ();
        void copy_redirects ();
        void paste_redirects ();
+       void delete_redirects ();
        void clear_redirects ();
        void clone_redirects ();
        void rename_redirects ();
@@ -207,6 +211,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 ();
@@ -215,6 +220,8 @@ class RedirectBox : public Gtk::HBox
        static void rb_activate_all ();
        static void rb_deactivate_all ();
        static void rb_edit ();
+       static void rb_ab_plugins ();
+       static void rb_deactivate_plugins ();
        
        void route_name_changed (void* src, PluginUIWindow* plugin_ui, boost::weak_ptr<ARDOUR::PluginInsert> pi);
        std::string generate_redirect_title (boost::shared_ptr<ARDOUR::PluginInsert> pi);