From a4a966f7c5b82ffeed4830004231f5f45295a4ff Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 23 Feb 2005 06:38:05 +0000 Subject: [PATCH] remove conflicting Lua function, Song() --- stepmania/src/SongManager.cpp | 2 -- 1 file changed, 2 deletions(-) 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 )