major, substantive reworking of how we store GUI information (visibility, height...
[ardour.git] / gtk2_ardour / audio_time_axis.h
index a13ac32f2a5cfe35131b98d6c33aa58e975285e2..8f9bf92a70e93239ecc2af54f14b16b3ba47f76c 100644 (file)
@@ -78,7 +78,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
 
        /* Overridden from parent to store display state */
        guint32 show_at (double y, int& nth, Gtk::VBox *parent);
-       void hide ();
 
         void enter_internal_edit_mode ();
         void leave_internal_edit_mode ();
@@ -101,6 +100,8 @@ class AudioTimeAxisView : public RouteTimeAxisView
        void show_existing_automation (bool apply_to_selection = false);
        void hide_all_automation (bool apply_to_selection = false);
 
+       void hide ();
+
        void gain_hidden ();
        void pan_hidden ();
 
@@ -110,8 +111,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
        void update_gain_track_visibility ();
        void update_pan_track_visibility ();
 
-       void add_processor_to_subplugin_menu (boost::weak_ptr<ARDOUR::Processor>);
-
        Gtk::CheckMenuItem* gain_automation_item;
        std::list<boost::shared_ptr<AutomationTimeAxisView> > pan_tracks;
        Gtk::CheckMenuItem* pan_automation_item;