remove loading window message that never shows

This commit is contained in:
Chris Danford
2003-08-09 18:59:40 +00:00
parent 5ba933cf9c
commit 90e6679ccd
-5
View File
@@ -251,11 +251,6 @@ void SongManager::LoadStepManiaSongDir( CString sDir, LoadingWindow *ld )
/* Cache and load the group banner. */
BANNERCACHE->CacheBanner( GetGroupBannerPath(sGroupDirName) );
}
if( ld ) {
ld->Paint();
ld->SetText("Done loading songs.");
}
}
void SongManager::FreeSongs()