From 74730d4ace1cf603575b052698e6de36b50e189b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 13 Nov 2011 20:29:02 +0000 Subject: callcatcher: remove freshly unused methods --- vcl/generic/glyphs/glyphcache.cxx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'vcl/generic') diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx index 42dddf9912ea..39adb9610dad 100644 --- a/vcl/generic/glyphs/glyphcache.cxx +++ b/vcl/generic/glyphs/glyphcache.cxx @@ -413,23 +413,6 @@ void ServerFont::GarbageCollect( long nMinLruIndex ) } } -bool ServerFont::IsGlyphInvisible( int nGlyphIndex ) -{ - if (!mbCollectedZW) - { - mnZWJ = GetGlyphIndex( 0x200D ); - mnZWNJ = GetGlyphIndex( 0x200C ); - mbCollectedZW = true; - } - - if( !nGlyphIndex ) // don't hide the NotDef glyph - return false; - if( (nGlyphIndex == mnZWNJ) || (nGlyphIndex == mnZWJ) ) - return true; - - return false; -} - // ======================================================================= ImplServerFontEntry::ImplServerFontEntry( FontSelectPattern& rFSD ) -- cgit v1.2.3