[Libreoffice-commits] core.git: vcl/quartz
Tor Lillqvist
tml at collabora.com
Tue Apr 1 03:32:59 PDT 2014
vcl/quartz/salgdicommon.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit f196005abb33f8bfbed9824733f18ff5b46df320
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 1 13:27:56 2014 +0300
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
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 7b5800d..e0968e9 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 )
{
More information about the Libreoffice-commits
mailing list