Remove AssertThemeIsComplete references; the code isn't

there at all.
This commit is contained in:
Glenn Maynard
2002-09-06 21:21:07 +00:00
parent cb620c8c53
commit e4ebbc24b0
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -37,10 +37,6 @@ ThemeManager::ThemeManager()
CStringArray arrayThemeNames;
GetAllThemeNames( arrayThemeNames );
// Disabled for now... it takes ages here to run - bbf
// for( int i=0; i<arrayThemeNames.GetSize(); i++ )
// AssertThemeIsComplete( arrayThemeNames[i] );
}
ThemeManager::~ThemeManager()
-1
View File
@@ -24,7 +24,6 @@ public:
void GetThemeNamesForCurGame( CStringArray& AddTo );
bool DoesThemeExist( CString sThemeName );
void AssertThemeIsComplete( CString sThemeName );
void SwitchTheme( CString sThemeName );
CString GetCurThemeName() { return m_sCurThemeName; };