Use the frame corresponding to the current mouse position when zoom dragging
[ardour.git] / gtk2_ardour / nsm.h
index a2b0c111518a803441fd931d3f1c98a4debcd52d..5491e1985febc860e51d8f50a7a2e9488a4a4fc1 100644 (file)
@@ -28,17 +28,12 @@ class NSM_Client:public NSM::Client
         NSM_Client();
         ~NSM_Client() { }
 
-        bool session_loaded(void) { return _session_loaded; }
-
     protected:
 
-        bool _session_loaded;
-
         int command_open(const char *name,
                          const char *display_name,
                          const char *client_id,
                          char **out_msg);
         int command_save(char **out_msg);
-        void command_session_is_loaded (void);
 };