summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 17:20:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:22:13 +0200
commitfc2d90bf8d359367a6b2ecb3409f3b80e212c46a (patch)
tree52a4727f43e9c329c04dcb4722994a3aaec90e82 /toolkit
parent01c8bdf8b1193eade521ff3991b6af310ffda8b7 (diff)
-Werror=unused-but-set-variable
Change-Id: I66c577b3d22a64a09412bd18a46d8d45eb6d1142
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/scrollabledialog.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx
index 1b35e8ea0f31..012f4a22f6a4 100644
--- a/toolkit/source/awt/scrollabledialog.cxx
+++ b/toolkit/source/awt/scrollabledialog.cxx
@@ -18,7 +18,6 @@ ScrollableWrapper<T>::ScrollableWrapper( Window* pParent, WinBits nStyle ) : T(
maVScrollBar.SetScrollHdl( aLink );
maHScrollBar.SetScrollHdl( aLink );
- Size aOutSz = T::GetOutputSizePixel();
ScrollBarVisibility aVis = None;
if ( nStyle & ( WB_AUTOHSCROLL | WB_AUTOVSCROLL ) )