summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-04-11 05:36:05 +1000
committernick_m <mainsbridge@gmail.com>2015-04-11 05:36:05 +1000
commit5c89ff2837380ea98e4fc973e7ef09a38736f483 (patch)
tree2842a31ab1e22877c0423fd12fc4bc8580b18866 /gtk2_ardour/location_ui.h
parent5ce855157678de98cf78c241386ffbafe36f7368 (diff)
Remove unused pointer to nothing.
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index b24865b6cc..c9e7b49625 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -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().