From 3fae1b67cb8c26a806fa2d819ca15827bdbf0329 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 2 Sep 2005 22:16:39 +0000 Subject: [PATCH] remove Numbers --- stepmania/src/ThemeManager.cpp | 2 -- stepmania/src/ThemeManager.h | 1 - 2 files changed, 3 deletions(-) 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