This commit is contained in:
Glenn Maynard
2007-04-07 22:33:55 +00:00
parent e2542ad5fa
commit 2c3371687c
-8
View File
@@ -1752,14 +1752,6 @@ public:
}
DEFINE_METHOD( GetSongColor, GetSongColor( Luna<Song>::check(L,1) ) )
static int GetSongColor( T* p, lua_State *L )
{
Song *pSong = Luna<Song>::check(L,1);
RageColor c = p->GetSongColor( pSong );
LuaHelpers::Push( L, c );
return 1;
}
LunaSongManager()
{