summaryrefslogtreecommitdiff
path: root/vcl/inc/impoct.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 17:15:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 10:39:13 +0200
commitbc8a8443a4c9f85dbfa8e064d14c603f5a2d160f (patch)
treec5cd5fd55fde31c0a2d0870f74aff717428f739c /vcl/inc/impoct.hxx
parent0cbc03f46828296b06bb58ae7e7face7bc1a6364 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I5d37ddd95068d807d0f28dd2f00d43b227e910c5
Diffstat (limited to 'vcl/inc/impoct.hxx')
-rw-r--r--vcl/inc/impoct.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/impoct.hxx b/vcl/inc/impoct.hxx
index de6d6f27ab62..81431c0b2336 100644
--- a/vcl/inc/impoct.hxx
+++ b/vcl/inc/impoct.hxx
@@ -31,7 +31,6 @@ class ImpErrorQuad
long nRed;
long nGreen;
long nBlue;
- long nReserved;
public:
@@ -124,10 +123,6 @@ inline BitmapColor ImpErrorQuad::ImplGetColor()
class ImpNodeCache
{
OctreeNode* pActNode;
- sal_uLong nNew;
- sal_uLong nDelete;
- sal_uLong nGet;
- sal_uLong nRelease;
public: