diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-29 07:17:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-29 07:17:08 +0800 |
commit | a4789a176c9b256e018e31ac363ee9847da55500 (patch) | |
tree | 36d28ac1684ef1c0c0bce859760d71aee4f9bdc1 /calendar/cal-util/timeutil.h | |
parent | b807448dce5d356dcd1b4ea6133abf104564e44b (diff) | |
download | gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.gz gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.zst gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.zip |
We no longer need time_from_icaltimetype as libical has the API for this
2000-08-28 JP Rosevear <jpr@helixcode.com>
* cal-util/timeutil.h: We no longer need time_from_icaltimetype
as libical has the API for this
* cal-util/timeutil.c: ditto
* cal-util/cal-recur.c: Replace time_from_icaltimetype with
icaltime_as_timet
* gui/calendar-model.c: ditto
* gui/event-editor.c: ditto
* gui/gnome-cal.c: ditto
svn path=/trunk/; revision=5090
Diffstat (limited to 'calendar/cal-util/timeutil.h')
-rw-r--r-- | calendar/cal-util/timeutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/cal-util/timeutil.h b/calendar/cal-util/timeutil.h index 37b70ee6cf..b8fa6400d2 100644 --- a/calendar/cal-util/timeutil.h +++ b/calendar/cal-util/timeutil.h @@ -14,7 +14,6 @@ #include <icaltypes.h> -time_t time_from_icaltimetype (struct icaltimetype itt); time_t time_from_isodate (char *str); time_t time_from_start_duration (time_t start, char *duration); char *isodate_from_time_t (time_t t); |