diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-09-30 13:37:23 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-09-30 13:44:51 +0200 |
commit | 966677bea718d95b3931c4ec86f5add1bca6cb1f (patch) | |
tree | d73b4b7b1e542645fa2868b70ec87aa17cca631b /vcl/inc/win | |
parent | def490468df794166ce7bba1ec2d2feb410278ab (diff) |
vcl: remove WNT ImplFontAttrCache
The fontnames.dat cache turns out to be unused in release builds; it
contains the fonts in instdir/share/fonts but in the MSI these are
always installed into C:/Windows/Fonts nowadays.
Change-Id: Ibaac87515310d659566622e006b3b7ec01c7551e
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 931c25b9ca55..5c3d85f77db4 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -222,7 +222,6 @@ private: COLORREF mnTextColor; // TextColor RGNDATA* mpClipRgnData; // ClipRegion-Data RGNDATA* mpStdClipRgnData; // Cache Standard-ClipRegion-Data - ImplFontAttrCache* mpFontAttrCache; // Cache font attributes from files in so/share/fonts 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 |