mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 10:35:25 +00:00
removed (apparently) useless +version from classes, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user