remove unused

This commit is contained in:
Chris Danford
2005-01-22 09:01:00 +00:00
parent cfb6ef953e
commit 07a26bafc4
-3
View File
@@ -39,9 +39,6 @@ public:
void SetGlobal( const CString &sName );
private:
/* Register all functions in g_LuaFunctionList. */
void RegisterFunctions();
/* Run an expression. The result is left on the Lua stack. */
bool RunExpression( const CString &str );
lua_State *L;