From ab89b4a133946980adc34b86858bebc0dcc7c713 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 18 Sep 2017 08:19:54 +0200 Subject: Good way to iterate over defined plugins Change-Id: Ifa3b14ea0f8bcd97347f4e5e6b99ef79f5b27dd4 Signed-off-by: Romain Forlot --- controller/ctl-config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'controller/ctl-config.h') 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; -- cgit 1.2.3-korg