summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-01 13:27:56 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-01 13:32:17 +0300
commitf196005abb33f8bfbed9824733f18ff5b46df320 (patch)
treee784577d04392535ddb8103af579c08218e7607d
parent102bb87ca1a5dee3a09442bf503a54bb703c79ea (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
-rw-r--r--vcl/quartz/salgdicommon.cxx5
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 )
{