vcl/headless/svpgdi.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ccc827a59339fdf79980c3d59f9d17566c78e824
Author: Stephan Bergmann <[email protected]>
Date:   Tue Feb 7 20:25:38 2017 +0100

    Blind fix for build
    
    Change-Id: I0e992eb2e10c71de1e04b9283a012c8e8f229612

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index e05617d..191c5c6 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1283,8 +1283,6 @@ cairo_t* 
SvpSalGraphics::createTmpCompatibleCairoContext() const
                                                          m_aFrameSize.getY() * 
m_fScale);
 #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 14, 0)
     cairo_surface_set_device_scale(target, m_fScale, m_fScale);
-#else
-    (void)fScale;
 #endif
 
     return cairo_create(target);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to