This commit is contained in:
Glenn Maynard
2006-11-13 23:55:27 +00:00
parent 7e9ec10f3a
commit 11e8d4b4c4
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -162,10 +162,6 @@ const LuaReference &Message::GetParamTable() const
return *m_pParams;
}
void Message::PushParam( lua_State *L, RString sName )
{
}
void Message::SetParamFromStack( lua_State *L, const RString &sName )
{
m_pParams->Set( L, sName );