summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-03-31 12:31:06 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-03-31 12:31:06 -0400
commitd6574c9c404d5ef26f7b31a8ca12304048d80301 (patch)
treec3d5d3a75190389214396621f87f32773be24c7d /gtk2_ardour/route_ui.h
parent207ac16731baec44c939d85f25c8965d925d7983 (diff)
remove duplicated calls to update solo/mute state from RouteUI descendants.
RouteUI::set_route() already does the right thing. Also remove RouteUI::mute_changed() since its only role was to handle the mute change signal from a route, which boost::bind() makes unnecessary since we can connect update_mute_display() directly.
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 569fe12552..0da95cdc23 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -157,7 +157,6 @@ class RouteUI : public virtual AxisView
void solo_changed(bool, void*);
void solo_changed_so_update_mute ();
- void mute_changed(void*);
void listen_changed(void*);
virtual void processors_changed (ARDOUR::RouteProcessorChange) {}
void route_rec_enable_changed();