(fix) remove old code conflicting with #3905

This commit is contained in:
Ludovic Marcotte
2017-03-15 10:38:20 -04:00
parent 4cd8a32081
commit fb8ba8f3b9

View File

@@ -579,17 +579,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 ...