summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/LuaScript.cpp5
-rw-r--r--source/LuaScript.h14
2 files changed, 0 insertions, 19 deletions
diff --git a/source/LuaScript.cpp b/source/LuaScript.cpp
index f27d1793f..d406c2c02 100644
--- a/source/LuaScript.cpp
+++ b/source/LuaScript.cpp
@@ -6,11 +6,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "LuaScript.h"
-
-extern "C"
-{
- #include "lualib.h"
-}
#include "tolua++.h"
diff --git a/source/LuaScript.h b/source/LuaScript.h
index 6c224e115..99ccb3d49 100644
--- a/source/LuaScript.h
+++ b/source/LuaScript.h
@@ -15,20 +15,6 @@
-/*
-struct sLuaUsertype
-{
- sLuaUsertype(void* a_pObject, const char* a_pClassName) : Object(a_pObject), ClassName(a_pClassName) {}
- //
- void* Object;
- const char* ClassName;
-} ;
-*/
-
-
-
-
-
// fwd:
class cWebAdmin;
struct HTTPTemplateRequest;