diff options
author | Seth Alves <alves@src.gnome.org> | 2000-06-08 04:10:39 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-06-08 04:10:39 +0800 |
commit | d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5 (patch) | |
tree | 277e9c220ad872803efb8d4f89c656678b94e223 /calendar/cal-util/calobj.c | |
parent | b1e9135cab6f1e2a41437ba4e5885f95c93d1353 (diff) | |
download | gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar.gz gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar.zst gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.zip |
put this back in, it's still used in
* cal-util/calobj.c (ical_object_find_in_string): put this back in,
it's still used in cal-backend-imc.c:cal_backend_imc_update_object
svn path=/trunk/; revision=3466
Diffstat (limited to 'calendar/cal-util/calobj.c')
-rw-r--r-- | calendar/cal-util/calobj.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c index 8c87aafe32..8addf8d9f6 100644 --- a/calendar/cal-util/calobj.c +++ b/calendar/cal-util/calobj.c @@ -1554,7 +1554,6 @@ alarm_compute_offset (CalendarAlarm *a) } -#if 0 /** * ical_object_find_in_string: * @uid: Unique identifier of the sought object. @@ -1677,7 +1676,7 @@ ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **i return status; #endif /* 0 */ } -#endif /* 0 */ + #if 0 /* Creates a VObject with the base information of a calendar */ |