changes to help strp silence
[ardour.git] / gtk2_ardour / editor_routes.h
index 73a10c046c3c0628b1645989fa0a229cbd687a89..7489cbf7d816e3f62f08888bef7bc1607f3d1ce7 100644 (file)
@@ -49,6 +49,7 @@ public:
        void redisplay ();
        void update_visibility ();
        void routes_added (std::list<RouteTimeAxisView*> routes);
+       void route_removed (TimeAxisView *);
        void hide_track_in_display (TimeAxisView &);
        std::list<TimeAxisView*> views () const;
        void hide_all_tracks (bool);
@@ -68,8 +69,7 @@ private:
        void visible_changed (Glib::ustring const &);
        void reordered (Gtk::TreeModel::Path const &, Gtk::TreeModel::iterator const &, int *);
        bool button_press (GdkEventButton *);
-       void route_name_changed (boost::weak_ptr<ARDOUR::Route>);
-       void route_removed (TimeAxisView *);
+       void route_property_changed (const PBD::PropertyChange&, boost::weak_ptr<ARDOUR::Route>);
        void handle_gui_changes (std::string const &, void *);
        void update_rec_display ();
        void update_mute_display ();