From d55901c052e7431d907f1db4aa243b79948c3f46 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 17 Apr 1998 23:48:05 +0000 Subject: Year view, double click -mig svn path=/trunk/; revision=152 --- calendar/calendar.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'calendar/calendar.c') diff --git a/calendar/calendar.c b/calendar/calendar.c index 641d6d765e..be45bb04bb 100644 --- a/calendar/calendar.c +++ b/calendar/calendar.c @@ -35,8 +35,6 @@ calendar_add_object (Calendar *cal, iCalObject *obj) switch (obj->type){ case ICAL_EVENT: cal->events = g_list_prepend (cal->events, obj); - if (obj->recur) - cal->recur = g_list_prepend (cal->recur, obj); break; case ICAL_TODO: @@ -61,8 +59,6 @@ calendar_remove_object (Calendar *cal, iCalObject *obj) switch (obj->type){ case ICAL_EVENT: cal->events = g_list_remove (cal->events, obj); - if (obj->recur) - cal->recur = g_list_remove (cal->recur, obj); break; case ICAL_TODO: -- cgit v1.2.3