From cfa0f85ab441447009b96f97cd94f4cfb026abef Mon Sep 17 00:00:00 2001 From: Jesse Pavel Date: Sat, 21 Oct 2000 04:01:50 +0000 Subject: added more (working) integration with the meeting schedular. svn path=/trunk/; revision=6096 --- calendar/cal-util/cal-component.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'calendar/cal-util') diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c index 42185fec4f..35ec603dd2 100644 --- a/calendar/cal-util/cal-component.c +++ b/calendar/cal-util/cal-component.c @@ -1633,11 +1633,8 @@ set_datetime (CalComponent *comp, struct datetime *datetime, icalproperty_add_parameter (datetime->prop, datetime->tzid_param); } } else if (datetime->tzid_param) { -#if 0 - /* FIXME: this fucking routine will assert(0) since it is not implemented */ icalproperty_remove_parameter (datetime->prop, ICAL_TZID_PARAMETER); icalparameter_free (datetime->tzid_param); -#endif datetime->tzid_param = NULL; } } @@ -2837,11 +2834,8 @@ cal_component_set_summary (CalComponent *comp, CalComponentText *summary) priv->summary.altrep_param); } } else if (priv->summary.altrep_param) { -#if 0 - /* FIXME: this fucking routine will assert(0) since it is not implemented */ icalproperty_remove_parameter (priv->summary.prop, ICAL_ALTREP_PARAMETER); icalparameter_free (priv->summary.altrep_param); -#endif priv->summary.altrep_param = NULL; } } -- cgit v1.2.3