Make builtin rc consistent

I removed the default label style a few days ago, so it should
no longer be referenced either.
This commit is contained in:
Matthias Clasen 2010-08-25 00:28:23 -04:00
parent 2766cd14ad
commit 06c2777d88

View File

@ -908,7 +908,6 @@ _gtk_rc_init (void)
"widget \"gtk-tooltip*\" style : gtk \"gtk-default-tooltips-style\"\n"
"widget_class \"*<GtkMenuItem>*\" style : gtk \"gtk-default-menu-item-style\"\n"
"widget_class \"*<GtkMenuBar>*<GtkMenuItem>\" style : gtk \"gtk-default-menu-bar-item-style\"\n"
"class \"GtkLabel\" style : gtk \"gtk-default-label-style\"\n"
);
}