summaryrefslogtreecommitdiffstats
path: root/src/rest-api.c
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2015-12-16 11:25:54 +0100
committerManuel Bachmann <manuel.bachmann@iot.bzh>2015-12-16 11:25:54 +0100
commite2d857c5f05f84de8e2642ff9272a80ea9e5fed6 (patch)
tree2df2f5939637de58a4fdad24b5cf0d5b9afd561f /src/rest-api.c
parent4e43e3b53482bff8cb835271eb3207aeaf593812 (diff)
New tree organization, update CMake req. to 2.8.8.
Use CMake-2.8.8-specific feature to allow building the daemon from various source directories. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'src/rest-api.c')
-rw-r--r--src/rest-api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rest-api.c b/src/rest-api.c
index ad3a4f22..c1110c51 100644
--- a/src/rest-api.c
+++ b/src/rest-api.c
@@ -613,7 +613,6 @@ void initPlugins(AFB_session *session) {
int i = 0;
plugins[i++] = afsvRegister(session),
- plugins[i++] = dbusRegister(session),
plugins[i++] = alsaRegister(session),
#ifdef HAVE_RADIO_PLUGIN
plugins[i++] = radioRegister(session),