remove comment
[ardour.git] / gtk2_ardour / route_time_axis.h
index 6ace6035387c2db2f2e1640e5303405bb54d0970..eb1a212d0e0ec0a05b0b72759e863cc76e69423a 100644 (file)
@@ -38,6 +38,7 @@
 #include "ardour/playlist.h"
 #include "ardour/types.h"
 
+#include "ardour_button.h"
 #include "ardour_dialog.h"
 #include "route_ui.h"
 #include "enums.h"
@@ -254,10 +255,9 @@ protected:
 
        Gtk::HBox   other_button_hbox;
        Gtk::Table  button_table;
-       Gtk::Button processor_button;
-       Gtk::Button route_group_button;
-       Gtk::Button playlist_button;
-       Gtk::Button automation_button;
+       ArdourButton route_group_button;
+       ArdourButton playlist_button;
+       ArdourButton automation_button;
 
        Gtk::Menu           subplugin_menu;
        Gtk::Menu*          automation_action_menu;
@@ -306,6 +306,10 @@ protected:
        UnderlayMirrorList _underlay_mirrors;
 
        bool _ignore_track_mode_change; ///< true to ignore track mode change signals
+
+private:
+
+       void remove_child (boost::shared_ptr<TimeAxisView>);
 };
 
 #endif /* __ardour_route_time_axis_h__ */