From ad6e274f8759c27493783aeed9cd01cc8eeae975 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 11 May 2000 21:18:24 +0000 Subject: 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 --- calendar/ChangeLog | 6 ++++++ calendar/cal-util/icalendar-save.c | 1 - calendar/pcs/icalendar-save.c | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'calendar') 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 + + * 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 * 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; -- cgit v1.2.3