summaryrefslogtreecommitdiffstats
path: root/source/LuaScript.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/LuaScript.h14
1 files changed, 0 insertions, 14 deletions
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;