summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-07 13:39:48 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-07 13:46:29 +0300
commitf8d1f3a7b2906518eed2730c4f05c4fae00c5279 (patch)
treea43e256b7123f93fec61c1f6334db05788544fd5
parent2582f6464e1b1e6617068938254dd4e7bc72faf3 (diff)
Don't special-case iOS here, either
Again, no effect. Change-Id: Iab6f1a59d8fe85d3a671c60685496093b8aa1b88
-rw-r--r--vcl/source/gdi/outdev6.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index d84bd6583a43..b4de152f6ad4 100644
--- a/vcl/source/gdi/outdev6.cxx
+++ b/vcl/source/gdi/outdev6.cxx
@@ -386,11 +386,7 @@ void OutputDevice::EmulateDrawTransparent ( const PolyPolygon& rPolyPoly,
if( !bDrawn )
{
-#ifdef IOS
- VirtualDevice aVDev( *this, 8 );
-#else
VirtualDevice aVDev( *this, 1 );
-#endif
const Size aDstSz( aDstRect.GetSize() );
const sal_uInt8 cTrans = (sal_uInt8) MinMax( FRound( nTransparencePercent * 2.55 ), 0, 255 );