Removed old gnu extension

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8376 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-12-19 22:34:21 +00:00
parent 51539c053d
commit 8248c13f23

View file

@ -359,10 +359,6 @@ typedef enum _NSSelectionAffinity {
@interface NSText(GNUstepExtension)
// GNU extension (override it if you want other characters treated
// as newline characters)
+ (NSString*) newlineString;
// GNU extension
- (void) replaceRange: (NSRange)range
withAttributedString: (NSAttributedString*)attrString;