From 411b7df5b71124ed9de06698ce89b91f51a981b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 19 Jun 2009 14:46:30 +0000 Subject: [PATCH] Monotone-Parent: e08bf029e9ee41f43a434bea4375594adea34f97 Monotone-Revision: a87d7a6ebe1e63e7828494f7104ff49289abc15e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-19T14:46:30 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index e1c43ba12..e7607b2e7 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1106,7 +1106,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir NSString **currentProperty; NSString **values, **currentValue; SEL methodSel; - iCalAccessClass classification; // NSLog (@"_properties:ofObject:: %@", [NSDate date]); @@ -1114,7 +1113,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir (propertiesCount + 1) * sizeof (NSString *)); *(values + propertiesCount) = nil; - classification = [[object objectForKey: @"c_classification"] intValue]; //c = [self objectClassForComponentName: [object objectForKey: @"c_component"]]; #warning TODO: determine why this commented invocation takes so long...