summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-27 15:06:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-27 15:06:55 +0100
commit90b33b30756999298fe20bb3006f4742901de8cb (patch)
tree55b600c946a3701cc2299b500e49ce32fce60ed0 /vcl
parentfdo#63154 remove unused solar.h reference in tools (diff)
downloadcore-90b33b30756999298fe20bb3006f4742901de8cb.tar.gz
core-90b33b30756999298fe20bb3006f4742901de8cb.zip
-Werror,-Wunused-variable
Change-Id: Ib207ea292a2ea389005510bad0ae931df91424f0
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/toolbox.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index 439b3df6400d..aa3910d8a86f 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -2694,7 +2694,6 @@ void ToolBox::ImplFormat( bool bResize )
// store the new calculated item rects
maPaintRect = aEmptyRect;
- Rectangle aVisibleRect(Point(0, 0), GetOutputSizePixel());
it = mpData->m_aItems.begin();
while ( it != mpData->m_aItems.end() )
{