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

This commit is contained in:
Wolfgang Sourdeau
2012-10-18 10:33:14 -04:00
parent 06fc7ed49f
commit 1f586a4416
-4
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 {