summaryrefslogtreecommitdiffstats
path: root/include/ingen/EngineInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-19 21:07:07 +0000
committerDavid Robillard <d@drobilla.net>2011-04-19 21:07:07 +0000
commit08759b27bc19de59bfd17fc929ee7e0021181ffb (patch)
tree111d19160758efc7ae3e120ec4212fed2aa79558 /include/ingen/EngineInterface.hpp
parentc9683eb916ff52ab6907773360c655d776b24f23 (diff)
downloadingen-08759b27bc19de59bfd17fc929ee7e0021181ffb.tar.gz
ingen-08759b27bc19de59bfd17fc929ee7e0021181ffb.tar.bz2
ingen-08759b27bc19de59bfd17fc929ee7e0021181ffb.zip
Remove EngineInterface::activate() and EngineInterface::deactivate().
Use set_property("ingen:driver", "ingen:enabled", true | false) instead. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3171 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen/EngineInterface.hpp')
-rw-r--r--include/ingen/EngineInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/EngineInterface.hpp b/include/ingen/EngineInterface.hpp
index 5cb05286..6d89797c 100644
--- a/include/ingen/EngineInterface.hpp
+++ b/include/ingen/EngineInterface.hpp
@@ -47,8 +47,6 @@ public:
virtual void unregister_client(const Raul::URI& uri) = 0;
// Engine commands
- virtual void activate() = 0;
- virtual void deactivate() = 0;
virtual void quit() = 0;
// Object commands