Remove declaration of unused and undefined method in Session class
[ardour.git] / gtk2_ardour / location_ui.h
index 4c6b2da8e2370b241b7ec606139e6f71c81d1b77..51daa6814da418332b646992ee017e24b16a769a 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$
 */
 
 #ifndef __ardour_location_ui_h__
@@ -32,7 +31,6 @@
 #include <ardour/session.h>
 
 #include "ardour_dialog.h"
-#include "keyboard_target.h"
 
 namespace ARDOUR {
        class LocationStack;
@@ -148,13 +146,10 @@ class LocationUI : public ArdourDialog
        void set_session (ARDOUR::Session *);
 
   private:
-
-
-       ARDOUR::LocationStack          *locations;
-
+       ARDOUR::LocationStack* locations;
+        
        void session_gone();
 
-
        Gtk::VBox  location_vpacker;
        Gtk::HBox  location_hpacker;
 
@@ -197,6 +192,9 @@ class LocationUI : public ArdourDialog
        void location_removed (ARDOUR::Location *);
        void location_added (ARDOUR::Location *);
        void map_locations (ARDOUR::Locations::LocationList&);
+
+  protected:
+       bool on_delete_event (GdkEventAny*);
 };
 
 #endif // __ardour_location_ui_h__