WaE: private field 'mbPrinter' is not used

Change-Id: I78b364394b3bedafe66b2b72b3191a8ae778432b
This commit is contained in:
Tor Lillqvist
2013-12-04 13:08:30 +02:00
parent bcd6496d0e
commit 14d49ded71

View File

@@ -202,7 +202,6 @@ class ImplFontCache
private: private:
ImplFontEntry* mpFirstEntry; ImplFontEntry* mpFirstEntry;
int mnRef0Count; // number of unreferenced ImplFontEntries int mnRef0Count; // number of unreferenced ImplFontEntries
bool mbPrinter;
// cache of recently used font instances // cache of recently used font instances
struct IFSD_Equal { bool operator()( const FontSelectPattern&, const FontSelectPattern& ) const; }; struct IFSD_Equal { bool operator()( const FontSelectPattern&, const FontSelectPattern& ) const; };