From f2e91c084c9cb3f60e94b0601f946b1ae087b9ff Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 17 Aug 2010 14:30:09 +0000 Subject: [PATCH] Removed unused variable Monotone-Parent: 996598fce70f35fe733debbc06cb1ae8c677afe1 Monotone-Revision: b007aa339001e9c21adeaad9c72c7fdfc845e9b7 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-17T14:30:09 --- SoObjects/Appointments/SOGoAppointmentObject.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 2a4b40c05..7e687bcab 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -1467,13 +1467,12 @@ iCalEvent *event; BOOL scheduling; - NSString *v; calendar = [iCalCalendar parseSingleFromSource: [rq contentAsString]]; event = [[calendar events] objectAtIndex: 0]; ownerUser = [SOGoUser userWithLogin: owner]; scheduling = [self _shouldScheduleEvent: [event organizer]]; - + // // New event and we're the organizer -- send invitation to all attendees //