Removed old unused declarations

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-06 16:21:15 +00:00
parent 0615a29ffc
commit b80cbdf0af

View file

@ -50,9 +50,6 @@
// These are unclear:
@class NSGlyphGenerator;
@class NSStorage;
// Michael's botch list. :-)
@class GSRunStorage;
/*
These glyph attributes are used only inside the glyph generation machinery,
@ -117,13 +114,6 @@ typedef enum {
unsigned _numberOfGlyphs; // After last generated glyph.
NSGlyphGenerator *_glyphGenerator;
NSStorage *_containerUsedRects;
// GS data storage.
GSRunStorage *_containerRuns;
GSRunStorage *_fragmentRuns;
GSRunStorage *_locationRuns;
NSRect _extraLineFragmentRect;
NSRect _extraLineFragmentUsedRect;