remove conflicting Lua function, Song()

This commit is contained in:
Chris Danford
2005-02-23 06:38:05 +00:00
parent b51b0cfb4c
commit a4a966f7c5
-2
View File
@@ -1303,8 +1303,6 @@ int LuaFunc_##func( lua_State *L ) { \
} \ } \
LuaFunction( func ); /* register it */ LuaFunction( func ); /* register it */
LuaFunction_Str( Song, SONGMAN->FindSong( str ) );
LuaFunction_Song( SongFullDisplayTitle, p->GetFullDisplayTitle() ); LuaFunction_Song( SongFullDisplayTitle, p->GetFullDisplayTitle() );
static bool CheckPointer( const Steps *p ) static bool CheckPointer( const Steps *p )