Remove the GSFusedSilica files as they are obsolete now.

The Opal library is a more complete replacement for CoreGraphics.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32251 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-02-20 20:10:57 +00:00
parent d83fb0774b
commit c67cd8b4f8
8 changed files with 12 additions and 2122 deletions

View file

@ -45,7 +45,6 @@
#import "AppKit/NSFontManager.h"
#import "AppKit/NSView.h"
#import "GNUstepGUI/GSFontInfo.h"
#import "GSFusedSilicaContext.h"
@interface NSFont (Private)
@ -1492,7 +1491,7 @@ static BOOL flip_hack;
- (void *) fontRef
{
if (_fontRef == nil)
_fontRef = [NSGraphicsContext CGFontReferenceFromFont: self];
_fontRef = fontInfo;
return _fontRef;
}