diff --git a/Headers/gnustep/gui/NSTextAttachment.h b/Headers/gnustep/gui/NSTextAttachment.h index 4a06bda1d..c12ff9035 100644 --- a/Headers/gnustep/gui/NSTextAttachment.h +++ b/Headers/gnustep/gui/NSTextAttachment.h @@ -100,21 +100,6 @@ enum { @end - -/* Convenience for creating an attributed string with an attachment. - */ -@interface NSAttributedString (NSAttributedStringAttachmentConveniences) - -+ (NSAttributedString *)attributedStringWithAttachment:(NSTextAttachment *)attachment; - -@end - -@interface NSMutableAttributedString (NSMutableAttributedStringAttachmentConveniences) - -- (void)updateAttachmentsFromPath:(NSString *)path; - -@end - #endif #endif /* _GNUstep_H_NSTextAttachment */