summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdicommon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/quartz/salgdicommon.cxx')
-rw-r--r--vcl/quartz/salgdicommon.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index de28d5a67994..71346758cad4 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -619,7 +619,6 @@ bool AquaSalGraphics::drawTransformedBitmap(
return true;
}
-
bool AquaSalGraphics::drawAlphaRect( long nX, long nY, long nWidth,
long nHeight, sal_uInt8 nTransparency )
{
@@ -1585,7 +1584,6 @@ void AquaSalGraphics::Pattern50Fill()
CGContextFillPath( mrContext );
}
-
void AquaSalGraphics::ResetClipRegion()
{
// release old path and indicate no clipping
@@ -1810,8 +1808,6 @@ void AquaSalGraphics::updateResolution()
#endif
-
-
XorEmulation::XorEmulation()
: m_xTargetLayer( NULL )
, m_xTargetContext( NULL )