diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 79b4489809..08a44ef74f 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -28,7 +28,6 @@ static const CString ElementCategoryNames[] = { "BGAnimations", "Fonts", "Graphics", - "Numbers", "Sounds", "Other" }; @@ -376,7 +375,6 @@ try_element_again: { "redir", "", "xml", NULL }, { "redir", "ini", NULL }, { "redir", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL}, - { "redir", "png", NULL }, { "redir", "mp3", "ogg", "wav", NULL }, { "*", NULL }, }; diff --git a/stepmania/src/ThemeManager.h b/stepmania/src/ThemeManager.h index bc810336ec..c3e7805f7e 100644 --- a/stepmania/src/ThemeManager.h +++ b/stepmania/src/ThemeManager.h @@ -19,7 +19,6 @@ enum ElementCategory EC_BGANIMATIONS, EC_FONTS, EC_GRAPHICS, - EC_NUMBERS, EC_SOUNDS, EC_OTHER, NUM_ElementCategory