Monotone-Parent: c3b32ea543ff55ff243677d396e4119c69bc0fbc

Monotone-Revision: 137c790e1a56597f25936f21d69eb6a067d1dc8d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-19T22:26:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-04-19 22:26:47 +00:00
parent d21ff302a6
commit 6e2cb1fc3f
5 changed files with 8 additions and 21 deletions

View File

@@ -29,7 +29,6 @@
#import <Mailer/SOGoDraftObject.h>
#import <NGObjWeb/WOContext+SoObjects.h>
#import "MAPIStoreAttachmentTable.h"
#import "MAPIStoreContext.h"
#import "MAPIStoreDraftsAttachment.h"
#import "MAPIStoreTypes.h"
@@ -165,11 +164,6 @@ e)
[self _saveAttachment: [attachmentKeys objectAtIndex: count]];
}
- (MAPIStoreAttachmentTable *) attachmentTable
{
return [MAPIStoreAttachmentTable tableForContainer: self];
}
- (MAPIStoreAttachment *) createAttachment
{
MAPIStoreDraftsAttachment *newAttachment;