[gtk+] switch: Remove unused variables from private struct



commit 1b171e812ea603c0a32940ce02891e7cd1d39adc
Author: Benjamin Otte <otte redhat com>
Date:   Mon Feb 16 03:24:38 2015 +0100

    switch: Remove unused variables from private struct

 gtk/gtkswitch.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c
index 405fb87..ad1790d 100644
--- a/gtk/gtkswitch.c
+++ b/gtk/gtkswitch.c
@@ -68,8 +68,6 @@ struct _GtkSwitchPrivate
 
   gint handle_x;
   gint offset;
-  gint drag_start;
-  gint drag_threshold;
   gint64 start_time;
   gint64 end_time;
   guint tick_id;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]