aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-component.c
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-10-21 12:01:50 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-10-21 12:01:50 +0800
commitcfa0f85ab441447009b96f97cd94f4cfb026abef (patch)
treeb1693cdfa65c1bb4f817bcd77a2e3b0d3c6dfcb5 /calendar/cal-util/cal-component.c
parenta1ce50b1b3a0867a6297ee54326fa51c03ebcbb4 (diff)
downloadgsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.tar
gsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.tar.gz
gsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.tar.bz2
gsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.tar.lz
gsoc2013-evolution-cfa0f85ab441447009b96f97cd94f4cfb026abef.tar.xz
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/cal-component.c')
-rw-r--r--calendar/cal-util/cal-component.c6
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;
}
}