[gtk+/gtk-3-22] gtkwin32theme: delete #if 0 code
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] gtkwin32theme: delete #if 0 code
- Date: Thu, 20 Oct 2016 14:58:12 +0000 (UTC)
commit c46c744529b705e7857cade893a5ec61e0b3d4a2
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]