gtkwin32theme: delete #if 0 code

https://bugzilla.gnome.org/show_bug.cgi?id=773221
This commit is contained in:
Jaime Velasco Juan 2016-10-14 09:47:11 +01:00 committed by Benjamin Otte
parent a877d2c163
commit 5c6dda0459

View File

@ -439,17 +439,6 @@ gtk_win32_theme_get_part_size (GtkWin32Theme *theme,
int *width,
int *height)
{
#if 0
/* Known fallback sizes copied from Wine */
struct {
int part;
int width;
int height;
} fallback_sizes[] = {
{ BP_RADIOBUTTON, 13, 13 },
{ BP_CHECKBOX, 13, 13 },
};
#endif
#ifdef G_OS_WIN32
HTHEME htheme = gtk_win32_theme_get_htheme (theme);
SIZE size;