From 4e176b6c977424e6f788417244e191a4ae75e56c Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Thu, 4 May 2000 22:37:11 +0000 Subject: [PATCH] Moved two methods into NSAttributedString.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6562 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSTextAttachment.h | 15 --------------- 1 file changed, 15 deletions(-) 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 */