From 34e6621ac12bc290cea08041e25b07f0ac3c51c9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 23 Jan 2001 20:58:23 +0000 Subject: libical import cleanup 2001-01-23 JP Rosevear * libical import cleanup svn path=/trunk/; revision=7753 --- calendar/pcs/cal-backend-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/pcs/cal-backend-file.c') diff --git a/calendar/pcs/cal-backend-file.c b/calendar/pcs/cal-backend-file.c index 623031fa69..87d8ec3891 100644 --- a/calendar/pcs/cal-backend-file.c +++ b/calendar/pcs/cal-backend-file.c @@ -981,7 +981,7 @@ compute_alarm_range (CalComponent *comp, GList *alarm_uids, time_t start, time_t case CAL_ALARM_TRIGGER_RELATIVE_START: case CAL_ALARM_TRIGGER_RELATIVE_END: dur = &trigger.u.rel_duration; - dur_time = icaldurationtype_as_timet (*dur); +/* dur_time = icaldurationtype_as_timet (*dur); */ if (dur->is_neg) *alarm_end = MAX (*alarm_end, end + dur_time); @@ -1042,7 +1042,7 @@ add_alarm_occurrences_cb (CalComponent *comp, time_t start, time_t end, gpointer continue; dur = &trigger.u.rel_duration; - dur_time = icaldurationtype_as_timet (*dur); +/* dur_time = icaldurationtype_as_timet (*dur); */ if (trigger.type == CAL_ALARM_TRIGGER_RELATIVE_START) occur_time = start; -- cgit v1.2.3