summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index eda6832..a443a9d 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -16,10 +16,6 @@ namespace ui
class Window;
}
-namespace pim
-{
- class VirtualMachine;
-}
class Tool;
//Because lua only has bindings for C, we're going to have to go outside "outside" the LuaScriptInterface, this means we can only have one instance :(
@@ -115,9 +111,6 @@ class LuaScriptInterface: public CommandInterface
static int renderer_debugHUD(lua_State * l);
//Elements
- static pim::VirtualMachine * updateVirtualMachines[PT_NUM];
- static int updateVM(UPDATE_FUNC_ARGS);
- //
void initElementsAPI();
static int elements_allocate(lua_State * l);
static int elements_element(lua_State * l);
@@ -132,10 +125,6 @@ class LuaScriptInterface: public CommandInterface
static int interface_addComponent(lua_State * l);
static int interface_removeComponent(lua_State * l);
- //VM
- void initVirtualMachineAPI();
- static int virtualMachine_loadProgram(lua_State * l);
-
void initGraphicsAPI();
static int graphics_textSize(lua_State * l);
static int graphics_drawText(lua_State * l);