win32: Remove GtkWin32ThemePart

Its job is done by GtkCssImage now.
This commit is contained in:
Benjamin Otte
2012-01-03 03:21:21 +01:00
parent 37b11b6c8a
commit d021ed7c5e
3 changed files with 0 additions and 320 deletions

View File

@ -798,11 +798,6 @@ pattern_value_parse (GtkCssParser *parser,
}
else if (_gtk_css_parser_begins_with (parser, '-'))
{
int res;
res = _gtk_win32_theme_part_parse (parser, base, value);
if (res >= 0)
return res > 0;
/* < 0 => continue */
g_value_unset (value);
g_value_init (value, GTK_TYPE_GRADIENT);
return gradient_value_parse (parser, base, value);