From 18c787e3bb96969ee40e9a4f3cb5f3e38454de48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 May 2009 18:16:30 +0000 Subject: [PATCH] Remove unused method. git-svn-id: svn://localhost/ardour2/branches/3.0@5105 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h index 89646dc3d3..62209cfe15 100644 --- a/gtk2_ardour/ardour_ui.h +++ b/gtk2_ardour/ardour_ui.h @@ -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 (); -- 2.30.2