diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-04 13:08:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-04 13:10:19 +0200 |
commit | 14d49ded7177856f095d665edec92ddee5dbb86c (patch) | |
tree | eb9ebb79b27e6f2d8294cf5fc521f3c618bba81b | |
parent | bcd6496d0ec5f25e2e371f50e355344c289c158e (diff) |
WaE: private field 'mbPrinter' is not used
Change-Id: I78b364394b3bedafe66b2b72b3191a8ae778432b
-rw-r--r-- | vcl/inc/outdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 2d145fecdab0..4b3ec17a4697 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -202,7 +202,6 @@ class ImplFontCache private: ImplFontEntry* mpFirstEntry; int mnRef0Count; // number of unreferenced ImplFontEntries - bool mbPrinter; // cache of recently used font instances struct IFSD_Equal { bool operator()( const FontSelectPattern&, const FontSelectPattern& ) const; }; |