diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:18:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:18:24 +0800 |
commit | ad6e274f8759c27493783aeed9cd01cc8eeae975 (patch) | |
tree | 161d8f31315b48f2d8563d3476b2c59a8add471e | |
parent | 802d83d5a0686eb1add75533544198f74368b6b7 (diff) | |
download | gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.gz gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.bz2 gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.lz gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.xz gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.zst gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.zip |
remove unused timezone variable to make this compile on BSD systems (where
* pcs/icalendar-save.c (timet_to_icaltime): remove unused timezone
variable to make this compile on BSD systems (where timezone is
the name of a function)
svn path=/trunk/; revision=2996
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/cal-util/icalendar-save.c | 1 | ||||
-rw-r--r-- | calendar/pcs/icalendar-save.c | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 13e2b7e80f..2b898fb46a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2000-05-11 Dan Winship <danw@helixcode.com> + + * pcs/icalendar-save.c (timet_to_icaltime): remove unused timezone + variable to make this compile on BSD systems (where timezone is + the name of a function) + 2000-05-11 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.c (gnome_calendar_update_all): Removed unused diff --git a/calendar/cal-util/icalendar-save.c b/calendar/cal-util/icalendar-save.c index 14cdcca65c..8fae9a02f5 100644 --- a/calendar/cal-util/icalendar-save.c +++ b/calendar/cal-util/icalendar-save.c @@ -308,7 +308,6 @@ icalcomponent_create_from_ical_object (iCalObject *ical) static struct icaltimetype timet_to_icaltime (time_t tt) { - extern long timezone; struct tm *t; struct icaltimetype i; diff --git a/calendar/pcs/icalendar-save.c b/calendar/pcs/icalendar-save.c index 14cdcca65c..8fae9a02f5 100644 --- a/calendar/pcs/icalendar-save.c +++ b/calendar/pcs/icalendar-save.c @@ -308,7 +308,6 @@ icalcomponent_create_from_ical_object (iCalObject *ical) static struct icaltimetype timet_to_icaltime (time_t tt) { - extern long timezone; struct tm *t; struct icaltimetype i; |