summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-07 20:25:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-07 20:25:38 +0100
commitccc827a59339fdf79980c3d59f9d17566c78e824 (patch)
treecebfc6bec591c41c445f6a791ea56927f57a74b8 /vcl/headless
parentda147a4e64847f62007d3d01f82c8dc59e2f4366 (diff)
Blind fix for build
Change-Id: I0e992eb2e10c71de1e04b9283a012c8e8f229612
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpgdi.cxx2
1 files changed, 0 insertions, 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);