From 6b34a944779e53d8708e40c1420e0672d451dd01 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 11 Nov 2012 14:05:48 +0000 Subject: Cleanup: Removed deprecated functions from Lua API git-svn-id: http://mc-server.googlecode.com/svn/trunk@1033 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Plugin_NewLua.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/Plugin_NewLua.h') 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: -- cgit v1.2.3