From 6cddea97adb95ae1186c1f25604665195e021d34 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Apr 2009 21:02:00 +0000 Subject: [PATCH] Monotone-Parent: bafccbe12139895411068d388269aca400af46ec Monotone-Revision: 833eb53a6f748d1f0f16e7ff1f05e9c33fe3bad2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-04-01T21:02:00 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 2ec5c945f..fa634dc72 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -83,8 +83,6 @@ static NGLogger *logger = nil; static NSNumber *sharedYes = nil; static NSArray *reportQueryFields = nil; -static Class sogoAppointmentFolderKlass = Nil; - + (void) initialize { NGLoggerManager *lm; @@ -94,11 +92,7 @@ static Class sogoAppointmentFolderKlass = Nil; if (didInit) return; didInit = YES; - if (!sogoAppointmentFolderKlass) - { - sogoAppointmentFolderKlass = self; - [iCalEntityObject initializeSOGoExtensions]; - } + [iCalEntityObject initializeSOGoExtensions]; if (!reportQueryFields) reportQueryFields = [[NSArray alloc] initWithObjects: @"c_name",