mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
gtkwin32theme: delete #if 0 code
https://bugzilla.gnome.org/show_bug.cgi?id=773221
This commit is contained in:
parent
a877d2c163
commit
5c6dda0459
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user