derive ArdourButton LED inactive color from active color, rather than requiring expli...
[ardour.git] / gtk2_ardour / mixer_ui.h
index a324888c86d679a7d509c0655458dbf022cf31e7..4ab48ffd3135c708bf00021cf66c7e4b325736aa 100644 (file)
@@ -87,6 +87,11 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
 
         MonitorSection* monitor_section() const { return _monitor_section; }
 
+       void deselect_all_strip_processors();
+       void delete_processors();
+
+       void select_none ();
+
   protected:
        void set_route_targets_for_operation ();
 
@@ -249,7 +254,6 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
        void group_display_selection_changed ();
 
        bool strip_button_release_event (GdkEventButton*, MixerStrip*);
-       bool strip_enter_event (GdkEventCrossing*, MixerStrip*);
 
        Width _strip_width;