[Libreoffice-commits] core.git: vcl/unx

Stephan Bergmann sbergman at redhat.com
Mon Jan 13 06:28:34 PST 2014


 vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a66b24f3cb53269e5a453ffc6102a83344343f54
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 13 15:28:02 2014 +0100

    -Wunused-variable
    
    Change-Id: I1913eaf265a4cbe8a8658c9b465a6f0e6b53f7e5

diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
index c192937..3365086 100644
--- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
@@ -599,10 +599,8 @@ void GtkSalGraphics::PaintSpinButton(GtkStyleContext *context,
     Rectangle            areaRect;
     GtkShadowType        shadowType;
     const SpinbuttonValue *    pSpinVal = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const SpinbuttonValue *>(&aValue) : NULL;
-    Rectangle            upBtnRect;
     ControlPart        upBtnPart = PART_BUTTON_UP;
     ControlState        upBtnState = CTRL_STATE_ENABLED;
-    Rectangle            downBtnRect;
     ControlPart        downBtnPart = PART_BUTTON_DOWN;
     ControlState        downBtnState = CTRL_STATE_ENABLED;
 


More information about the Libreoffice-commits mailing list