Remove unused pointer to nothing.
authornick_m <mainsbridge@gmail.com>
Fri, 10 Apr 2015 19:36:05 +0000 (05:36 +1000)
committernick_m <mainsbridge@gmail.com>
Fri, 10 Apr 2015 19:36:05 +0000 (05:36 +1000)
gtk2_ardour/location_ui.h

index b24865b6cc9936b2e34f62f29d406776f16db903..c9e7b496254dcef5003c8ebf90b478bf2489f67b 100644 (file)
@@ -38,7 +38,6 @@
 #include "audio_clock.h"
 
 namespace ARDOUR {
-       class LocationStack;
        class Location;
 }
 
@@ -163,7 +162,6 @@ class LocationUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
        XMLNode & get_state () const;
 
   private:
-       ARDOUR::LocationStack* locations;
        /** set to the location that has just been created with the LocationUI `add' button
            (if Config->get_name_new_markers() is true); if it is non-0, the name entry of
            the location is given the focus by location_added().