Kaydet (Commit) fc2d90bf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=unused-but-set-variable

Change-Id: I66c577b3d22a64a09412bd18a46d8d45eb6d1142
üst 01c8bdf8
......@@ -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 ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment