X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_time_axis.h;h=521cef8c2aef9fdc1fba79c9ede157c96b8a6de7;hb=6424a0eab93c85f8b1ff56334f779c1232dfe475;hp=5790080160bb24bc3fb6124f81db66e0def4bdf5;hpb=fe6c5612a2c46d6dbad32517d487b120bb8b65c4;p=ardour.git diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h index 5790080160..521cef8c2a 100644 --- a/gtk2_ardour/audio_time_axis.h +++ b/gtk2_ardour/audio_time_axis.h @@ -76,9 +76,6 @@ class AudioTimeAxisView : public RouteTimeAxisView /* Overridden from parent to store display state */ guint32 show_at (double y, int& nth, Gtk::VBox *parent); - void enter_internal_edit_mode (); - void leave_internal_edit_mode (); - void create_automation_child (const Evoral::Parameter& param, bool show); void first_idle (); @@ -98,18 +95,7 @@ class AudioTimeAxisView : public RouteTimeAxisView void hide (); - void gain_hidden (); - void pan_hidden (); - - void ensure_pan_views (bool show = true); void update_control_names (); - - void update_gain_track_visibility (); - void update_pan_track_visibility (); - - Gtk::CheckMenuItem* gain_automation_item; - std::list > pan_tracks; - Gtk::CheckMenuItem* pan_automation_item; }; #endif /* __ardour_audio_time_axis_h__ */