Blind fix for build
Change-Id: I0e992eb2e10c71de1e04b9283a012c8e8f229612
This commit is contained in:
parent
da147a4e64
commit
ccc827a593
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue