From 07a26bafc45ac99bb40ea68e436d1b72ee0ec094 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 22 Jan 2005 09:01:00 +0000 Subject: [PATCH] remove unused --- stepmania/src/LuaHelpers.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/LuaHelpers.h b/stepmania/src/LuaHelpers.h index ae02701698..a56f84dfb4 100644 --- a/stepmania/src/LuaHelpers.h +++ b/stepmania/src/LuaHelpers.h @@ -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;