Removed unused variable

Monotone-Parent: 996598fce70f35fe733debbc06cb1ae8c677afe1
Monotone-Revision: b007aa339001e9c21adeaad9c72c7fdfc845e9b7

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-08-17T14:30:09
maint-2.0.2
Ludovic Marcotte 2010-08-17 14:30:09 +00:00
parent 9596b26d03
commit f2e91c084c
1 changed files with 1 additions and 2 deletions

View File

@ -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
//