From cc82fc675b096c3dfec76d0c45671b78c85007cf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 27 Jan 2017 19:18:33 +0100 Subject: remove editor/mixer selection change signals; make editor and mixer use PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection --- gtk2_ardour/route_processor_selection.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gtk2_ardour/route_processor_selection.h') diff --git a/gtk2_ardour/route_processor_selection.h b/gtk2_ardour/route_processor_selection.h index a4d6f0f1a4..c708723e4d 100644 --- a/gtk2_ardour/route_processor_selection.h +++ b/gtk2_ardour/route_processor_selection.h @@ -37,9 +37,6 @@ class RouteProcessorSelection : public PBD::ScopedConnectionList, public sigc::t RouteProcessorSelection& operator= (const RouteProcessorSelection& other); sigc::signal ProcessorsChanged; - sigc::signal RoutesChanged; - - void block_routes_changed (bool); void clear (); bool empty(); @@ -58,8 +55,6 @@ class RouteProcessorSelection : public PBD::ScopedConnectionList, public sigc::t private: void removed (AxisView*); - static unsigned int _no_route_change_signal; - }; bool operator==(const RouteProcessorSelection& a, const RouteProcessorSelection& b); -- cgit v1.2.3