[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Wed Dec 4 03:10:48 PST 2013
vcl/inc/outdev.h | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 14d49ded7177856f095d665edec92ddee5dbb86c
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Dec 4 13:08:30 2013 +0200
WaE: private field 'mbPrinter' is not used
Change-Id: I78b364394b3bedafe66b2b72b3191a8ae778432b
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h
index 2d145fe..4b3ec17 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; };
More information about the Libreoffice-commits
mailing list