remove unused Push and FromStack overloads.

This commit is contained in:
Glenn Maynard
2005-04-30 03:13:24 +00:00
parent 0d7cbe1d43
commit 9dbcdd3812
-1
View File
@@ -23,7 +23,6 @@ namespace LuaHelpers
bool FromStack( bool &Object, int iOffset, lua_State *L );
bool FromStack( float &Object, int iOffset, lua_State *L );
bool FromStack( int &Object, int iOffset, lua_State *L );
bool FromStack( void *&Object, int iOffset, lua_State *L );
bool FromStack( CString &Object, int iOffset, lua_State *L );
template<class T>