diff options
author | Timm Bäder <mail@baedert.org> | 2018-11-09 20:18:13 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-11-09 20:18:13 +0100 |
commit | c2c1acc73ee7bed81339950698c8b30fe1dd40ed (patch) | |
tree | bdf33beb030a6bf847fcf7e7a3a3c1c14849811a /gtk/gtkcalendar.c | |
parent | c44728282c745c3b005bfd8ecf953fb12f4dfa2d (diff) | |
download | gtk+-c2c1acc73ee7bed81339950698c8b30fe1dd40ed.tar.gz |
calendar: Remove unused struct member
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r-- | gtk/gtkcalendar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 643b86e5b9..ae4b05702a 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -188,8 +188,6 @@ struct _GtkCalendarPrivate { GtkCalendarDisplayOptions display_flags; - gchar grow_space [32]; - gint month; gint year; gint selected_day; |