Fix warning: incomplete implementation of category ‘SOGoExtensions’

Original method was commented out, but not its matching .h declaration;
hence commenting out the .h declaration.
pull/201/head
Patrice Levesque 2016-02-17 13:04:30 -05:00
parent f55391b7d0
commit 281062a1a1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ extern NSNumber *iCalDistantFutureNumber;
- (iCalPerson *) participantForUser: (SOGoUser *) theUser
attendee: (iCalPerson *) theAttendee;
- (NSArray *) attendeeUIDs;
/* - (NSArray *) attendeeUIDs; */
- (BOOL) isStillRelevant;
- (id) itipEntryWithMethod: (NSString *) method;