Remove AssertThemeIsComplete references; the code isn't
there at all.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user