Blind fix for build

Change-Id: I0e992eb2e10c71de1e04b9283a012c8e8f229612
This commit is contained in:
Stephan Bergmann 2017-02-07 20:25:38 +01:00
parent da147a4e64
commit ccc827a593

View file

@ -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);