summaryrefslogtreecommitdiffstats
path: root/controller/ctl-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'controller/ctl-config.h')
-rw-r--r--controller/ctl-config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/controller/ctl-config.h b/controller/ctl-config.h
index 7c3631c..590a265 100644
--- a/controller/ctl-config.h
+++ b/controller/ctl-config.h
@@ -49,8 +49,6 @@ extern "C" {
#define CTL_PLUGIN_EXT ".ctlso"
#endif
-
-
typedef enum {
CTL_TYPE_NONE=0,
CTL_TYPE_API,
@@ -58,7 +56,6 @@ typedef enum {
CTL_TYPE_LUA,
} CtlActionTypeT;
-
typedef struct {
CtlActionTypeT type;
const char* api;