Remove declaration of unused and undefined method in Session class
[ardour.git] / gtk2_ardour / audio_time_axis.h
index b0183e5e19ebfbdb473aec81b2c750730aaf71cd..a65bca1a70e820ec68d85b2f58aca02cec54cc83 100644 (file)
@@ -76,7 +76,6 @@ class AudioTimeAxisView : public RouteTimeAxisView
        void hide_all_xfades ();
        void hide_dependent_views (TimeAxisViewItem&);
        void reveal_dependent_views (TimeAxisViewItem&);
-       void set_layer_display (LayerDisplay d);
                
        /* Overridden from parent to store display state */
        guint32 show_at (double y, int& nth, Gtk::VBox *parent);
@@ -91,6 +90,7 @@ class AudioTimeAxisView : public RouteTimeAxisView
        void route_active_changed ();
 
        void append_extra_display_menu_items ();
+       Gtk::Menu* build_mode_menu();
        
        void toggle_show_waveforms ();
        void set_waveform_shape (WaveformShape);