From 281062a1a147cec9059d19e09f8d1d933545831a Mon Sep 17 00:00:00 2001 From: Patrice Levesque Date: Wed, 17 Feb 2016 13:04:30 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20warning:=20incomplete=20implementation=20?= =?UTF-8?q?of=20category=20=E2=80=98SOGoExtensions=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original method was commented out, but not its matching .h declaration; hence commenting out the .h declaration. --- SoObjects/Appointments/iCalEntityObject+SOGo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/iCalEntityObject+SOGo.h b/SoObjects/Appointments/iCalEntityObject+SOGo.h index 77134461a..e46da0b69 100644 --- a/SoObjects/Appointments/iCalEntityObject+SOGo.h +++ b/SoObjects/Appointments/iCalEntityObject+SOGo.h @@ -46,7 +46,7 @@ extern NSNumber *iCalDistantFutureNumber; - (iCalPerson *) participantForUser: (SOGoUser *) theUser attendee: (iCalPerson *) theAttendee; -- (NSArray *) attendeeUIDs; +/* - (NSArray *) attendeeUIDs; */ - (BOOL) isStillRelevant; - (id) itipEntryWithMethod: (NSString *) method;