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 49f2ed37cd
commit c46c744529

View File

@ -439,17 +439,6 @@ gtk_win32_theme_get_part_size (GtkWin32Theme *theme,
int *width, int *width,
int *height) 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 #ifdef G_OS_WIN32
HTHEME htheme = gtk_win32_theme_get_htheme (theme); HTHEME htheme = gtk_win32_theme_get_htheme (theme);
SIZE size; SIZE size;