Unneeded.

This commit is contained in:
Steve Checkoway
2006-09-21 06:52:39 +00:00
parent a70080c094
commit 064f147f84
-5
View File
@@ -94,11 +94,6 @@ namespace LuaHelpers
bool FromStack( int &Object, int iOffset, Lua *L ); bool FromStack( int &Object, int iOffset, Lua *L );
bool FromStack( RString &Object, int iOffset, Lua *L ); bool FromStack( RString &Object, int iOffset, Lua *L );
template<class T>
void PushStack( const T &val, Lua *L );
template<class T>
bool PopStack( T &val, Lua *L );
template<class T> template<class T>
void ReadArrayFromTable( vector<T> &aOut, lua_State *L ) void ReadArrayFromTable( vector<T> &aOut, lua_State *L )
{ {