[gtk+] gtkwin32theme: delete #if 0 code
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk+] gtkwin32theme: delete #if 0 code
- Date: Wed, 26 Oct 2016 14:27:47 +0000 (UTC)
commit 5c6dda0459e7e4fe3c3136c2cff0ec98209b50b7
Author: Jaime Velasco Juan <jsagarribay gmail com>
Date:   Fri Oct 14 09:47:11 2016 +0100
    gtkwin32theme: delete #if 0 code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773221
 gtk/gtkwin32theme.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/gtk/gtkwin32theme.c b/gtk/gtkwin32theme.c
index c5f66dd..13faff8 100644
--- a/gtk/gtkwin32theme.c
+++ b/gtk/gtkwin32theme.c
@@ -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;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]