summaryrefslogtreecommitdiffstats
path: root/src/engine/events.hpp
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 /src/engine/events.hpp
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 'src/engine/events.hpp')
-rw-r--r--src/engine/events.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/events.hpp b/src/engine/events.hpp
index 6382baae..7ddcfe52 100644
--- a/src/engine/events.hpp
+++ b/src/engine/events.hpp
@@ -29,7 +29,6 @@
#include "events/Disconnect.hpp"
#include "events/DisconnectAll.hpp"
#include "events/Get.hpp"
-#include "events/LoadPlugins.hpp"
#include "events/Move.hpp"
#include "events/Ping.hpp"
#include "events/RegisterClient.hpp"