diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index 908b6d2907..49ef2304bb 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -1303,8 +1303,6 @@ int LuaFunc_##func( lua_State *L ) { \ } \ LuaFunction( func ); /* register it */ -LuaFunction_Str( Song, SONGMAN->FindSong( str ) ); - LuaFunction_Song( SongFullDisplayTitle, p->GetFullDisplayTitle() ); static bool CheckPointer( const Steps *p )