From 8c075d2e1bdb371d6d9a88feee814de785729ac9 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 22 Dec 2016 09:41:39 -0500 Subject: [PATCH] (fix) comment out vars too --- SoObjects/Appointments/SOGoAppointmentObject.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 91b58bc96..efcafa67c 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -374,10 +374,10 @@ // - (BOOL) _shouldScheduleEvent: (iCalPerson *) thePerson { - NSArray *userAgents; + //NSArray *userAgents; NSString *v; BOOL b; - int i; + //int i; b = YES;