From 4c336460183f919c61eccaddb35e1545ee9c9e05 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 18 May 2001 21:00:09 +0000 Subject: [PATCH] Extracted the interface definition into a separate file. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9969 72102866-910b-0410-8b05-ffd578937521 --- Source/GSTextStorage.m | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Source/GSTextStorage.m b/Source/GSTextStorage.m index b73b6f82b..5a2318779 100644 --- a/Source/GSTextStorage.m +++ b/Source/GSTextStorage.m @@ -46,6 +46,7 @@ #include #include #include +#include "GSTextStorage.h" #define SANITY_CHECKS 0 @@ -121,13 +122,6 @@ unCacheAttributes(NSDictionary *attrs) -@interface GSTextStorage : NSTextStorage -{ - NSMutableString *_textChars; - NSMutableArray *_infoArray; -} -@end - @interface GSTextInfo : NSObject { @public