13
0

Remove unused method.

git-svn-id: svn://localhost/ardour2/branches/3.0@5105 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-05-20 18:16:30 +00:00
parent 64524c0ba4
commit 18c787e3bb

View File

@ -89,7 +89,6 @@ namespace Gtkmm2ext {
}
namespace ARDOUR {
class AudioEngine;
class Route;
class Port;
class IO;
@ -168,8 +167,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI
PublicEditor& the_editor(){return *editor;}
Mixer_UI* the_mixer() { return mixer; }
ARDOUR::AudioEngine& the_engine() const { return *engine; }
void toggle_key_editor ();
void toggle_location_window ();
void toggle_theme_manager ();