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/win/gdi/salgdi.cxx | |
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/win/gdi/salgdi.cxx')
-rw-r--r-- | vcl/win/gdi/salgdi.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/gdi/salgdi.cxx b/vcl/win/gdi/salgdi.cxx index dceb8bb561e3..6b9e067d79d1 100644 --- a/vcl/win/gdi/salgdi.cxx +++ b/vcl/win/gdi/salgdi.cxx @@ -613,7 +613,6 @@ WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hW mhDefFont(0), mhDefPal(0), mpStdClipRgnData(NULL), - mpFontAttrCache(NULL), mbFontKernInit(false), mpFontKernPairs(NULL), mnFontKernPairCount(0), |