summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-05 14:21:25 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-05 14:21:25 -0400
commitbc1cc154dc5b67cd49bbca87537331af3328f85b (patch)
tree01400ad2bc7fa450a2270ea9f25362389f0382d3 /gtk2_ardour/engine_dialog.h
parent1c49138e0099db37931b34fad552b43c332e187d (diff)
always save/keep audio/MIDI setup states so that they are available for use *after* instances where JACK was already running
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 3ee7a388bc..7c9c652f57 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -41,7 +41,6 @@ class EngineControl : public Gtk::VBox {
static bool need_setup ();
int setup_engine (bool start);
- bool was_used() const { return _used; }
XMLNode& get_state ();
void set_state (const XMLNode&);
@@ -96,8 +95,6 @@ class EngineControl : public Gtk::VBox {
sigc::connection sr_connection;
sigc::connection bs_connection;
- bool _used;
-
static bool engine_running ();
void driver_changed ();