fix issue with solo-in-place
[ardour.git] / gtk2_ardour / editor_routes.h
index 56c94babf39e12ccf98c83926095e95bb2ce3141..29e8b45dba685defd3cd2bc171e0deee4d3c0ff8 100644 (file)
@@ -58,15 +58,13 @@ public:
 
        void redisplay ();
        void update_visibility ();
-       void routes_added (std::list<RouteTimeAxisView*> routes);
-       void vcas_added (std::list<VCATimeAxisView*> routes);
+       void time_axis_views_added (std::list<TimeAxisView*>);
        void route_removed (TimeAxisView *);
        void hide_track_in_display (TimeAxisView &);
        std::list<TimeAxisView*> views () const;
        void hide_all_tracks (bool);
        void clear ();
        void sync_presentation_info_from_treeview ();
-       void reset_remote_control_ids ();
 
 private:
        void initial_display ();