From 0e44b4a2081b2c51f1a18deb4ea9f46c7092eeab Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 31 Mar 2008 12:29:55 +0000 Subject: [PATCH] remove empty dirs hack specific to CVS --- stepmania/src/ThemeManager.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 5978dd6ee5..c64e3604cc 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -552,17 +552,6 @@ try_element_again: if( !IsADirectory(asPaths[p]) ) continue; -#ifdef DEBUG - // Ignore empty directories so that we don't have to wait to test changes until - // CVS is updated and prunes the empties. - vector vs; - GetDirListing( asPaths[p]+"/*", vs, false, false ); - StripCvs( vs ); - bool bDirIsEmpty = vs.empty(); - if( bDirIsEmpty ) - continue; -#endif - RString sXMLPath = asPaths[p] + "/default.xml"; if( DoesFileExist(sXMLPath) ) {