From ad52784da48679ef3ed53227d7862b81e42e9d41 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 31 May 2006 05:11:10 +0000 Subject: [PATCH] remove group hack --- stepmania/src/SongManager.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index 5386e67e0f..29d1357ac5 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -184,12 +184,6 @@ void SongManager::LoadStepManiaSongDir( RString sDir, LoadingWindow *ld ) { RString sGroupDirName = *s; -#if defined(ITG) - // Don't load any folders containing "In The Groove" so that they don't conflict with the official songs. - if( sDir == ADDITIONAL_SONGS_DIR && sGroupDirName.find("In The Groove") != sGroupDirName.npos ) - continue; -#endif - SanityCheckGroupDir(sDir+sGroupDirName); // Find all Song folders in this group directory