From dac62b634cbdc99876e37939974965211f04dbb7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 15 Aug 2012 00:59:55 +0000 Subject: [PATCH] Monotone-Parent: 0a2405280c040b602d25fea256f5093976a1aa95 Monotone-Revision: 5599b85afd7e2707325836a3b533b900d96b8b0c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-15T00:59:55 Monotone-Branch: ca.inverse.sogo --- OpenChange/SOGoMAPIDBFolder.m | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/OpenChange/SOGoMAPIDBFolder.m b/OpenChange/SOGoMAPIDBFolder.m index b5cd90c3d..914cba1c1 100644 --- a/OpenChange/SOGoMAPIDBFolder.m +++ b/OpenChange/SOGoMAPIDBFolder.m @@ -357,26 +357,6 @@ Class SOGoMAPIDBObjectK = Nil; // return [self _fileAttributeForKey: NSFileModificationDate]; // } -- (NSException *) delete -{ - [self notImplemented: _cmd]; - - // NSFileManager *fm; - // NSException *error; - - // fm = [NSFileManager defaultManager]; - - // if (![fm removeFileAtPath: directory handler: NULL]) - // error = [NSException exceptionWithName: @"MAPIStoreIOException" - // reason: @"could not delete folder" - // userInfo: nil]; - // else - // error = nil; - - // return error; - return nil; -} - /* acl */ - (NSString *) defaultUserID {