This commit is contained in:
Glenn Maynard
2004-05-25 04:27:38 +00:00
parent f777151256
commit 9e25086eb2
-3
View File
@@ -608,9 +608,6 @@ void SongManager::InitAutogenCourses()
do {
CString sArtist = i >= apSongs.size()? "": apSongs[i]->GetDisplayArtist();
CString sTranslitArtist = i >= apSongs.size()? "": apSongs[i]->GetTranslitArtist();
LOG->Trace("foo '%s' '%s'",
sArtist.c_str(),
sTranslitArtist.c_str() );
if( i < apSongs.size() && !sCurArtist.CompareNoCase(sArtist) )
{
aSongs.push_back( apSongs[i] );