removed (apparently) useless +version from classes, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach)

pull/5/head
Wolfgang Sourdeau 2012-10-18 10:33:14 -04:00
parent 06fc7ed49f
commit 1f586a4416
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@
@implementation iCalObject
+ (int)version {
return 0;
}
// what shall we take, if no timeZone is specified in dateValues
static NSTimeZone *defTZ = nil;
+ (void)setICalDefaultTimeZone:(NSTimeZone *)_timeZone {