From c2e4f7441d9dec4bbbf4825621c9354c123b8250 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 5 Nov 2015 13:57:51 -0500 Subject: [PATCH] (fix) double declaration of same method --- SoObjects/Appointments/SOGoCalendarComponent.m | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index cfeca6c0c..762139774 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -140,14 +140,6 @@ return aclManager; } -- (NSException *) changeParticipationStatus: (NSString *) newPartStat - withDelegate: (iCalPerson *) delegate - alarm: (iCalAlarm *) alarm -{ - // required for protocol - return nil; -} - - (NSException *) changeParticipationStatus: (NSString *) newPartStat withDelegate: (iCalPerson *) delegate alarm: (iCalAlarm *) alarm