From 232cc667d777101ef6aedd6b457b64b0e831d943 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 4 Oct 2006 19:20:05 +0000 Subject: [PATCH] Monotone-Parent: d4191b6ff0161c67b15e1e4cbdaf5106cfac70fc Monotone-Revision: 173d89d6ff3d0ec0373dfbffbc4ddb848712a9f6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-04T19:20:05 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 2d22f053a..63d910952 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -93,13 +93,6 @@ static NSNumber *sharedYes = nil; sharedYes = [[NSNumber numberWithBool:YES] retain]; } -- (id) REPORTAction: (id) _ctx -{ - NSLog (@"report action..."); - - return @"coucou"; -} - - (void) dealloc { [self->uidToFilename release];