Remove unused method.
git-svn-id: svn://localhost/ardour2/branches/3.0@5105 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
64524c0ba4
commit
18c787e3bb
@ -89,7 +89,6 @@ namespace Gtkmm2ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
class AudioEngine;
|
|
||||||
class Route;
|
class Route;
|
||||||
class Port;
|
class Port;
|
||||||
class IO;
|
class IO;
|
||||||
@ -168,8 +167,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI
|
|||||||
PublicEditor& the_editor(){return *editor;}
|
PublicEditor& the_editor(){return *editor;}
|
||||||
Mixer_UI* the_mixer() { return mixer; }
|
Mixer_UI* the_mixer() { return mixer; }
|
||||||
|
|
||||||
ARDOUR::AudioEngine& the_engine() const { return *engine; }
|
|
||||||
|
|
||||||
void toggle_key_editor ();
|
void toggle_key_editor ();
|
||||||
void toggle_location_window ();
|
void toggle_location_window ();
|
||||||
void toggle_theme_manager ();
|
void toggle_theme_manager ();
|
||||||
|
Loading…
Reference in New Issue
Block a user