summaryrefslogtreecommitdiff
path: root/boblightservice.c
diff options
context:
space:
mode:
Diffstat (limited to 'boblightservice.c')
-rw-r--r--boblightservice.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/boblightservice.c b/boblightservice.c
index e8e289c..060f2d3 100644
--- a/boblightservice.c
+++ b/boblightservice.c
@@ -19,20 +19,9 @@
#include <stdio.h>
-#define BOBLIGHT_DLOPEN
#include <libboblight/boblight.h>
#include "boblightservice.h"
-cBoblight::cBoblight()
-{
-
- char* boblight_error = boblight_loadlibrary(NULL);
- if (boblight_error)
- {
- error("Couldn't load libboblight");
- }
-}
-
//***************************************************************************
// Open/Close
//***************************************************************************
@@ -138,4 +127,4 @@ int cBoblight::sendOptions() {
boblight_setpriority(m_boblight, cfg.priority);
return success;
-} \ No newline at end of file
+}