GUI to select export session/snapshot name
[ardour.git] / gtk2_ardour / route_processor_selection.h
index 6c037d7bd9ef0aae777a2a6f25e911565834c18f..c708723e4dff87ef8640d5a123da4af02d266b55 100644 (file)
@@ -37,9 +37,6 @@ class RouteProcessorSelection : public PBD::ScopedConnectionList, public sigc::t
        RouteProcessorSelection& operator= (const RouteProcessorSelection& other);
 
        sigc::signal<void> ProcessorsChanged;
-       sigc::signal<void> 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*);
-       bool _no_route_change_signal;
-
 };
 
 bool operator==(const RouteProcessorSelection& a, const RouteProcessorSelection& b);