diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-21 12:01:50 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-21 12:01:50 +0800 |
commit | cfa0f85ab441447009b96f97cd94f4cfb026abef (patch) | |
tree | b1693cdfa65c1bb4f817bcd77a2e3b0d3c6dfcb5 /calendar/cal-util | |
parent | a1ce50b1b3a0867a6297ee54326fa51c03ebcbb4 (diff) | |
download | gsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.tar.gz gsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.tar.zst gsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.zip |
added more (working) integration with the
meeting schedular.
svn path=/trunk/; revision=6096
Diffstat (limited to 'calendar/cal-util')
-rw-r--r-- | calendar/cal-util/cal-component.c | 6 |
1 files changed, 0 insertions, 6 deletions
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; } } |