summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-13 18:29:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-14 07:36:01 +0000
commit734fd917e38a087071ef1b31527846079ab29981 (patch)
tree7792367e6523837ae7a48a1bf05c02aeed712197 /vcl
parentbc69731a300109d02471c675214724f09da2614c (diff)
no consumers of maRawBitmap remain
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/gdi/gcach_xpeer.cxx2
-rw-r--r--vcl/unx/generic/gdi/gcach_xpeer.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/generic/gdi/gcach_xpeer.cxx b/vcl/unx/generic/gdi/gcach_xpeer.cxx
index 80992fe1223c..460ea725a7ab 100644
--- a/vcl/unx/generic/gdi/gcach_xpeer.cxx
+++ b/vcl/unx/generic/gdi/gcach_xpeer.cxx
@@ -60,8 +60,6 @@ X11GlyphPeer::X11GlyphPeer()
, mnDefaultScreen(0)
, mnExtByteCount(0)
{
- maRawBitmap.mnAllocated = 0;
- maRawBitmap.mpBits = NULL;
if( !mpDisplay )
return;
diff --git a/vcl/unx/generic/gdi/gcach_xpeer.hxx b/vcl/unx/generic/gdi/gcach_xpeer.hxx
index 762221e4eeed..6a00a4aa199b 100644
--- a/vcl/unx/generic/gdi/gcach_xpeer.hxx
+++ b/vcl/unx/generic/gdi/gcach_xpeer.hxx
@@ -59,7 +59,6 @@ private:
int mnMaxScreens;
int mnDefaultScreen;
int mnExtByteCount;
- RawBitmap maRawBitmap;
};
class X11GlyphCache : public GlyphCache