Backing out invalid part of libical patch for bug 146310

This commit is contained in:
mostafah%oeone.com 2002-11-07 14:33:28 +00:00
parent fcf9282b1d
commit 33836dd5a0

View File

@ -2,7 +2,7 @@
FILE: icalcomponent.c
CREATOR: eric 28 April 1999
$Id: icalcomponent.c,v 1.11 2002/11/06 21:22:28 mostafah%oeone.com Exp $
$Id: icalcomponent.c,v 1.12 2002/11/07 14:33:28 mostafah%oeone.com Exp $
(C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
@ -818,7 +818,7 @@ time_t icalcomponent_convert_time(icalproperty *p)
time_t t;
t = time(NULL);
offset = GMTDelta;
offset = localtime(&t)->tm_gmtoff;
#endif
#endif
}