summaryrefslogtreecommitdiffstats
path: root/source/Plugin_NewLua.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Plugin_NewLua.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Plugin_NewLua.h b/source/Plugin_NewLua.h
index 93df5f1c2..88fd98963 100644
--- a/source/Plugin_NewLua.h
+++ b/source/Plugin_NewLua.h
@@ -58,8 +58,6 @@ public: //tolua_export
lua_State* GetLuaState() { return m_LuaState; }
- OBSOLETE cPlugin_NewLua * CreateWebPlugin(lua_State * a_LuaState); //tolua_export
-
cCriticalSection & GetCriticalSection() { return m_CriticalSection; }
private: