vcl/quartz/salgdicommon.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit f196005abb33f8bfbed9824733f18ff5b46df320
Author: Tor Lillqvist <t...@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 )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to