This commit is contained in:
Glenn Maynard
2006-10-07 02:32:22 +00:00
parent 357f3ee135
commit 0e1dffeba5
2 changed files with 2 additions and 12 deletions
-8
View File
@@ -81,14 +81,6 @@ void IPreference::SetFromStack( lua_State *L )
template<> void PrefFromString( const RString &s, type &v ) \
{ \
::FromString( s, v ); \
} \
template<> void PrefSetFromStack( lua_State *L, type &v ) \
{ \
LuaHelpers::Pop( L, v ); \
} \
template<> void PrefPushValue( lua_State *L, const type &v ) \
{ \
LuaHelpers::Push( L, v ); \
}
READFROM_AND_WRITETO( int )