From d6574c9c404d5ef26f7b31a8ca12304048d80301 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 31 Mar 2015 12:31:06 -0400 Subject: 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. --- gtk2_ardour/route_ui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/route_ui.h') 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(); -- cgit v1.2.3