From 08759b27bc19de59bfd17fc929ee7e0021181ffb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 21:07:07 +0000 Subject: 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 --- include/ingen/EngineInterface.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.1