Remove declaration of unused and undefined method in Session class
[ardour.git] / gtk2_ardour / new_session_dialog.h
index 8d1ae7735841a5750f71b3bf34cfca176f0934f3..2a2081e56a5d58cd21257b593561932906d48f39 100644 (file)
@@ -81,7 +81,9 @@ public:
 
        bool connect_outs_to_master() const;
        bool connect_outs_to_physical() const ;
-       int get_current_page();
+
+       bool on_new_session_page () const;
+       
        void set_current_page (int);
        void reset_recent();
 
@@ -192,9 +194,6 @@ protected:
        void master_bus_button_clicked ();
        void monitor_bus_button_clicked ();
 
-       bool on_new_session_page;
-
-       
 };
 
 #endif // NEW_SESSION_DIALOG_H