X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_time_axis.h;h=521cef8c2aef9fdc1fba79c9ede157c96b8a6de7;hb=ae32f44dc95801372b1a2a4549e0997550d16eef;hp=5790080160bb24bc3fb6124f81db66e0def4bdf5;hpb=7000afdc66c9e0ae8dcf9ec080517dabba1e7f34;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__ */