From ccc827a59339fdf79980c3d59f9d17566c78e824 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 7 Feb 2017 20:25:38 +0100 Subject: [PATCH] Blind fix for build Change-Id: I0e992eb2e10c71de1e04b9283a012c8e8f229612 --- vcl/headless/svpgdi.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index e05617db51f7..191c5c654ec0 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);