mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Remove unused pointer to nothing.
This commit is contained in:
parent
5ce8551576
commit
5c89ff2837
1 changed files with 0 additions and 2 deletions
|
|
@ -38,7 +38,6 @@
|
||||||
#include "audio_clock.h"
|
#include "audio_clock.h"
|
||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
class LocationStack;
|
|
||||||
class Location;
|
class Location;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -163,7 +162,6 @@ class LocationUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
||||||
XMLNode & get_state () const;
|
XMLNode & get_state () const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ARDOUR::LocationStack* locations;
|
|
||||||
/** set to the location that has just been created with the LocationUI `add' button
|
/** 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
|
(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().
|
the location is given the focus by location_added().
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue