aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart.h
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-06-22 20:38:22 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-06-22 20:38:22 -0600
commiteb8b3fe42b0fc2fcaf9d5ca3f7570ccbbe99b02c (patch)
treecba7b6eea1ae818437749cac07b36b5e0e531b5d /src/objc/abstract/MCOAbstractPart.h
parenta24460880422f224c7d0ab906207bd5af7e0e8fc (diff)
parent74752eb7c987a2c1704f6f92486e4a4d3f77cbfb (diff)
Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopying
Diffstat (limited to 'src/objc/abstract/MCOAbstractPart.h')
-rw-r--r--src/objc/abstract/MCOAbstractPart.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/objc/abstract/MCOAbstractPart.h b/src/objc/abstract/MCOAbstractPart.h
index eb9807c4..0703a783 100644
--- a/src/objc/abstract/MCOAbstractPart.h
+++ b/src/objc/abstract/MCOAbstractPart.h
@@ -66,9 +66,6 @@ typedef enum {
/** Returns whether the part is an explicit inline attachment.*/
@property (nonatomic, assign, getter=isInlineAttachment) BOOL inlineAttachment;
-/** Returns the owner message of the part.*/
-@property (nonatomic, weak) MCOAbstractMessage * message;
-
/** Returns the part with the given Content-ID among this part and its subparts.*/
- (MCOAbstractPart *) partForContentID:(NSString *)contentID;