summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-19 17:04:46 +0000
committerDavid Robillard <d@drobilla.net>2011-04-19 17:04:46 +0000
commit4ceb2aa22679af70ddcfd9d5719a4585b818bdbd (patch)
tree8a9daff2425cc5d3b2177e234766d35599aa90c3 /include
parentd940d40081bae1e2e2e077b6ee08743465ae4f27 (diff)
downloadingen-4ceb2aa22679af70ddcfd9d5719a4585b818bdbd.tar.gz
ingen-4ceb2aa22679af70ddcfd9d5719a4585b818bdbd.tar.bz2
ingen-4ceb2aa22679af70ddcfd9d5719a4585b818bdbd.zip
Replace load_plugins API with a GET of ingen:plugins.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3161 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include')
-rw-r--r--include/ingen/EngineInterface.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ingen/EngineInterface.hpp b/include/ingen/EngineInterface.hpp
index 2146251f..5cb05286 100644
--- a/include/ingen/EngineInterface.hpp
+++ b/include/ingen/EngineInterface.hpp
@@ -47,7 +47,6 @@ public:
virtual void unregister_client(const Raul::URI& uri) = 0;
// Engine commands
- virtual void load_plugins() = 0;
virtual void activate() = 0;
virtual void deactivate() = 0;
virtual void quit() = 0;