diff options
| author | mmbob <mmbob+github@outlook.com> | 2013-04-30 01:50:12 (GMT) |
|---|---|---|
| committer | mmbob <mmbob+github@outlook.com> | 2013-04-30 01:50:12 (GMT) |
| commit | 9d4cbd3112a6a21858054deebc76b6bf30eec6df (patch) | |
| tree | 40774e20fe7090a085c4f4be9b9f8ec2095ef6ee /src/cat/LuaScriptInterface.cpp | |
| parent | e166640cbbe6d990175e835ae9ff463d9bae34f1 (diff) | |
| parent | b83043e2a6293e83d5d7fbad70a7e20b131ba33b (diff) | |
| download | powder-9d4cbd3112a6a21858054deebc76b6bf30eec6df.zip powder-9d4cbd3112a6a21858054deebc76b6bf30eec6df.tar.gz | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/cat/LuaScriptInterface.cpp')
| -rw-r--r-- | src/cat/LuaScriptInterface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index 7719add..74757e5 100644 --- a/src/cat/LuaScriptInterface.cpp +++ b/src/cat/LuaScriptInterface.cpp @@ -61,11 +61,6 @@ std::string *luacon_lastError; int *lua_el_func, *lua_el_mode, *lua_gr_func; int getPartIndex_curIdx; -int step_functions[6] = {0, 0, 0, 0, 0, 0}; -int keypress_function_count = 0; -int *keypress_functions = NULL; -int mouseclick_function_count = 0; -int *mouseclick_functions = NULL; int tptProperties; //Table for some TPT properties int tptPropertiesVersion; int tptElements; //Table for TPT element names |
