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:
Nicola Pero 2000-12-19 22:34:21 +00:00
parent a20166067f
commit 06dccf6395

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;