mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
0615a29ffc
commit
b80cbdf0af
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue