diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-14 00:46:26 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-14 00:51:07 +0100 |
commit | 82eb3121a1a18b1c5bcc136f70adc5e506389d41 (patch) | |
tree | bfc31d9b44848f108b186eced06af60fec371d43 /vcl/inc/win | |
parent | 265203da403585aa8d2f881d95a0c85fd302ba05 (diff) |
vcl: mpFontCharSets is never set.
Change-Id: Ic9102dabe9a74e7ad2aaa5c8cad2bae1b2c7b1ec
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index d26e0e6d9660..82cfb387d734 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -121,9 +121,6 @@ private: mutable const Ucs2SIntMap* mpEncodingVector; mutable vcl::FontCapabilities maFontCapabilities; - // TODO: get rid of the members below needed to work with the Win9x non-unicode API - BYTE* mpFontCharSets; // all Charsets for the current font (used on W98 for kerning) - BYTE mnFontCharSetCount; // Number of Charsets of the current font; 0 - if not queried BYTE meWinCharSet; BYTE mnPitchAndFamily; bool mbAliasSymbolsHigh; @@ -171,8 +168,6 @@ private: RGNDATA* mpClipRgnData; // ClipRegion-Data RGNDATA* mpStdClipRgnData; // Cache Standard-ClipRegion-Data ImplFontAttrCache* mpFontAttrCache; // Cache font attributes from files in so/share/fonts - BYTE* mpFontCharSets; // All Charsets for the current font - BYTE mnFontCharSetCount; // Number of Charsets of the current font; 0 - if not queried bool mbFontKernInit; // FALSE: FontKerns must be queried KERNINGPAIR* mpFontKernPairs; // Kerning Pairs of the current Font sal_uIntPtr mnFontKernPairCount;// Number of Kerning Pairs of the current Font |