diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-01 13:27:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-01 13:32:17 +0300 |
commit | f196005abb33f8bfbed9824733f18ff5b46df320 (patch) | |
tree | e784577d04392535ddb8103af579c08218e7607d /vcl/quartz | |
parent | 102bb87ca1a5dee3a09442bf503a54bb703c79ea (diff) |
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
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salgdicommon.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index 7b5800dceb10..e0968e99d232 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -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 ) { |