aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOMultipart.mm
diff options
context:
space:
mode:
authorGravatar Pushkar Singh <pushkar@hothouselabs.com>2013-07-09 11:18:05 -0700
committerGravatar Pushkar Singh <pushkar@hothouselabs.com>2013-07-09 11:18:05 -0700
commit0bc680acc776bd83dd9f0300015fc85b5e9aad7f (patch)
tree78b98c7a004238f083ff4131ba325c230d274d68 /src/objc/rfc822/MCOMultipart.mm
parentd2daea1a6980e6395fd62a79fd7620eee0d2a539 (diff)
parent557546b7a2271efb83fb9454d3227855c2a99ceb (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/objc/rfc822/MCOMultipart.mm')
-rw-r--r--src/objc/rfc822/MCOMultipart.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/objc/rfc822/MCOMultipart.mm b/src/objc/rfc822/MCOMultipart.mm
index 2267f775..78fa1a98 100644
--- a/src/objc/rfc822/MCOMultipart.mm
+++ b/src/objc/rfc822/MCOMultipart.mm
@@ -22,14 +22,6 @@
MCORegisterClass(self, &typeid(nativeType));
}
-- (id) copyWithZone:(NSZone *)zone
-{
- nativeType * nativeObject = (nativeType *) [self mco_mcObject]->copy();
- id result = [[self class] mco_objectWithMCObject:nativeObject];
- MC_SAFE_RELEASE(nativeObject);
- return [result retain];
-}
-
+ (id) mco_objectWithMCObject:(mailcore::Object *)object
{
mailcore::Attachment * attachment = (mailcore::Attachment *) object;