diff options
Diffstat (limited to 'calendar/cal-util/cal-component.h')
-rw-r--r-- | calendar/cal-util/cal-component.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h index f0628cb967..e1f4022b91 100644 --- a/calendar/cal-util/cal-component.h +++ b/calendar/cal-util/cal-component.h @@ -335,9 +335,6 @@ void cal_component_set_attendee_list (CalComponent *comp, GSList *attendee_list) gboolean cal_component_event_dates_match (CalComponent *comp1, CalComponent *comp2); -/* Returns TRUE if the component uses the given timezones for both DTSTART - and DTEND. */ -gboolean cal_component_compare_event_timezone (CalComponent *comp, icaltimezone *zone); /* Functions to free returned values */ |