diff options
Diffstat (limited to 'calendar/cal-util/cal-component.h')
-rw-r--r-- | calendar/cal-util/cal-component.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h index 749f268fcd..91d62ae548 100644 --- a/calendar/cal-util/cal-component.h +++ b/calendar/cal-util/cal-component.h @@ -244,12 +244,6 @@ void cal_component_set_transparency (CalComponent *comp, CalComponentTransparenc void cal_component_get_url (CalComponent *comp, const char **url); void cal_component_set_url (CalComponent *comp, const char *url); -void cal_component_get_pilot_id (CalComponent *comp, unsigned long **pilot_id); -void cal_component_set_pilot_id (CalComponent *comp, unsigned long *pilot_id); - -void cal_component_get_pilot_status (CalComponent *comp, unsigned long **pilot_status); -void cal_component_set_pilot_status (CalComponent *comp, unsigned long *pilot_status); - /* Functions to free returned values */ void cal_component_free_categories_list (GSList *categ_list); |