summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-10-03 17:48:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-10-03 17:48:46 +0000
commitb2d060e14af88dd1d93413b04ec5d950226e3fdd (patch)
treea61427c0b940a7b65d26ec41e6a2c9883fa727b4 /gtk2_ardour/engine_dialog.h
parentf14052130444e5d4585e7cf7cdac9224fd92106b (diff)
useful changes from the world of OS X failure testing
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2508 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 26962cbe22..925d12acbb 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -21,8 +21,7 @@ class EngineControl : public Gtk::VBox {
~EngineControl ();
static bool engine_running ();
- int start_engine ();
- int stop_engine ();
+ int setup_engine ();
bool was_used() const { return _used; }
XMLNode& get_state ();