remove Numbers

This commit is contained in:
Glenn Maynard
2005-09-02 22:16:39 +00:00
parent 99c6309d48
commit 3fae1b67cb
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -28,7 +28,6 @@ static const CString ElementCategoryNames[] = {
"BGAnimations", "BGAnimations",
"Fonts", "Fonts",
"Graphics", "Graphics",
"Numbers",
"Sounds", "Sounds",
"Other" "Other"
}; };
@@ -376,7 +375,6 @@ try_element_again:
{ "redir", "", "xml", NULL }, { "redir", "", "xml", NULL },
{ "redir", "ini", NULL }, { "redir", "ini", NULL },
{ "redir", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL}, { "redir", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL},
{ "redir", "png", NULL },
{ "redir", "mp3", "ogg", "wav", NULL }, { "redir", "mp3", "ogg", "wav", NULL },
{ "*", NULL }, { "*", NULL },
}; };
-1
View File
@@ -19,7 +19,6 @@ enum ElementCategory
EC_BGANIMATIONS, EC_BGANIMATIONS,
EC_FONTS, EC_FONTS,
EC_GRAPHICS, EC_GRAPHICS,
EC_NUMBERS,
EC_SOUNDS, EC_SOUNDS,
EC_OTHER, EC_OTHER,
NUM_ElementCategory NUM_ElementCategory