From 29b9fb0a8b138134eb929e3d1886f28e9b348dd5 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 7 Aug 2013 14:32:40 +0200 Subject: LuaScript: removed unused code --- source/LuaScript.cpp | 5 ----- source/LuaScript.h | 14 -------------- 2 files changed, 19 deletions(-) (limited to 'source') 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; -- cgit v1.2.3