diff options
Diffstat (limited to 'ctl-lib/ctl-lua.h')
-rw-r--r-- | ctl-lib/ctl-lua.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ctl-lib/ctl-lua.h b/ctl-lib/ctl-lua.h index e1c88f6..ba40991 100644 --- a/ctl-lib/ctl-lua.h +++ b/ctl-lib/ctl-lua.h @@ -29,11 +29,6 @@ extern "C" { #define _GNU_SOURCE #endif -// prefix start debug script -#ifndef CONTROL_DOSCRIPT_PRE -#define CONTROL_DOSCRIPT_PRE "debug" -#endif - // default event name used by LUA #ifndef CONTROL_LUA_EVENT #define CONTROL_LUA_EVENT "luaevt" |