switch: Remove unused variables from private struct

This commit is contained in:
Benjamin Otte 2015-02-16 03:24:38 +01:00
parent 295b8aab0c
commit 1b171e812e

View File

@ -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;