Remove unused variable and the accessor methods for it from ARDOUR_UI
[ardour.git] / gtk2_ardour / new_session_dialog.h
index e0f488dc801a4705241063723f8f96c276163c21..2a2081e56a5d58cd21257b593561932906d48f39 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 // -*- c++ -*-
@@ -82,7 +81,10 @@ 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();
 
        // reset everything to default values.
@@ -179,7 +181,7 @@ protected:
                    return cmp_nocase(a.first, b.first) == -1;
            }
        };
-       bool entry_key_release (GdkEventKey*);
+       void on_new_session_name_entry_changed();
        void notebook_page_changed (GtkNotebookPage*, uint);
        void treeview_selection_changed ();
        void file_chosen ();
@@ -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