Kaydet (Commit) f196005a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid one iOS ifdef

Did not seem to harm, but did not seem to do any good either, and the
less ifdefs the better. I think. Gawd this crack is ad-hoc.

Change-Id: Iaec8d2015e95ac46c787b4b2701d3e29684f1710
üst 102bb87c
......@@ -1685,11 +1685,6 @@ bool AquaSalGraphics::supportsOperation( OutDevSupportType eType ) const
bool AquaSalGraphics::setClipRegion( const Region& i_rClip )
{
#ifdef IOS
if (mbForeignContext)
return true;
#endif
// release old clip path
if( mxClipPath )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment