diff --git a/stepmania/src/ScreenOptionsMaster.cpp b/stepmania/src/ScreenOptionsMaster.cpp index 7b58e197f2..efac7a2f76 100644 --- a/stepmania/src/ScreenOptionsMaster.cpp +++ b/stepmania/src/ScreenOptionsMaster.cpp @@ -692,9 +692,6 @@ int ScreenOptionsMaster::ExportOption( const OptionRowDefinition &row, const Opt if( !lua_isfunction( LUA->L, -1 ) ) RageException::Throw( "\"%s\" \"SetSelections\" entry is not a function", row.name.c_str() ); - /* Push self. */ - hand.m_LuaTable.PushSelf( LUA->L ); - /* Argument 1 (vbSelectedOut): */ lua_pushvalue( LUA->L, 1 );