diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 942075ebb8..30228862b8 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -226,7 +226,6 @@ done: m_textContents[c].SetText( str ); Lua *L = LUA->Get(); - LUA->SetGlobal( "PaneLevel", val ); m_textContents[c].PushSelf( L ); lua_pushstring( L, "PaneLevel" );