(fix) remove old code conflicting with #3905

pull/234/head
Ludovic Marcotte 2017-03-15 10:38:20 -04:00
parent ce8f2e9481
commit b6d9c3e8e0
1 changed files with 0 additions and 11 deletions

View File

@ -580,17 +580,6 @@
[allAttendees addObject: person];
}
}
else
{
// We remove any attendees matching the organizer. Apple iCal will do that when
// you invite someone. It'll add the organizer in the attendee list, which will
// confuse itself!
if ([[currentAttendee rfc822Email] caseInsensitiveCompare: organizerEmail] == NSOrderedSame)
{
[allAttendees removeObject: currentAttendee];
eventWasModified = YES;
}
}
j++;
} // while (currentAttendee ...