remove support for NS_THEME_BUTTON_SMALL, fix up toolkit consumer. b=379542 r=cbarrett r=mano sr=roc

git-svn-id: svn://10.0.0.236/trunk@226101 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2007-05-08 01:20:11 +00:00
parent 4e2774f0ce
commit c9eb8390a6
5 changed files with 3 additions and 15 deletions

View File

@@ -182,7 +182,6 @@ const PRInt32 nsCSSProps::kAppearanceKTable[] = {
eCSSKeyword_checkbox, NS_THEME_CHECKBOX,
eCSSKeyword_radio_small, NS_THEME_RADIO_SMALL,
eCSSKeyword_checkbox_small, NS_THEME_CHECKBOX_SMALL,
eCSSKeyword_button_small, NS_THEME_BUTTON_SMALL,
eCSSKeyword_button_bevel, NS_THEME_BUTTON_BEVEL,
eCSSKeyword_toolbox, NS_THEME_TOOLBOX,
eCSSKeyword_toolbar, NS_THEME_TOOLBAR,