summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-30 23:39:14 -0600
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-18 23:41:31 +0000
commit90e5098d842dc44ea3d621b2a1059bc01004b504 (patch)
tree4fb50e23eff31cb0e17dd6379bf7562752b855bb
parenta9c98a1478d3c05d279704333580a8eb23c10836 (diff)
downloadlibgdata-90e5098d842dc44ea3d621b2a1059bc01004b504.tar.gz
calendar: Remove an unused variable from a private struct
-rw-r--r--gdata/services/calendar/gdata-calendar-event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdata/services/calendar/gdata-calendar-event.c b/gdata/services/calendar/gdata-calendar-event.c
index 48ff4d8f..81b91abf 100644
--- a/gdata/services/calendar/gdata-calendar-event.c
+++ b/gdata/services/calendar/gdata-calendar-event.c
@@ -111,7 +111,6 @@ struct _GDataCalendarEventPrivate {
gchar *uid;
guint sequence;
GList *times; /* GDataGDWhen */
- GList *reminders;
guint guests_can_modify : 1;
guint guests_can_invite_others : 1;
guint guests_can_see_guests : 1;