diff options
Diffstat (limited to 'controller/ctl-plugin.c')
-rw-r--r-- | controller/ctl-plugin.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/controller/ctl-plugin.c b/controller/ctl-plugin.c index d982b79..550924f 100644 --- a/controller/ctl-plugin.c +++ b/controller/ctl-plugin.c @@ -25,14 +25,6 @@ #include <stdio.h> #include <stdlib.h> -#ifdef CONTROL_SUPPORT_LUA -#include "ctl-lua.h" -#else -typedef struct lua_State lua_State; -typedef void *Lua2cFunctionT; -typedef void *Lua2cWrapperT; -#endif - #include "ctl-config.h" static CtlPluginT *ctlPlugins=NULL; |