summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/xrender_peer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/gdi/xrender_peer.hxx')
-rw-r--r--vcl/unx/generic/gdi/xrender_peer.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/generic/gdi/xrender_peer.hxx b/vcl/unx/generic/gdi/xrender_peer.hxx
index 172fb1fb35a6..cb71889bb7f9 100644
--- a/vcl/unx/generic/gdi/xrender_peer.hxx
+++ b/vcl/unx/generic/gdi/xrender_peer.hxx
@@ -76,8 +76,6 @@ public:
const _XTrap*, int nCount ) const;
};
-
-
inline XRenderPictFormat* XRenderPeer::GetStandardFormatA8() const
{
return mpStandardFormatA8;
@@ -174,7 +172,6 @@ inline void XRenderPeer::FillRectangle( int a, Picture b, const XRenderColor* c,
XRenderFillRectangle( mpDisplay, a, b, c, d, e, f, g );
}
-
inline void XRenderPeer::CompositeTrapezoids( int nOp,
Picture aSrc, Picture aDst, const XRenderPictFormat* pXRPF,
int nXSrc, int nYSrc, const XTrapezoid* pXT, int nCount ) const
@@ -189,8 +186,6 @@ inline void XRenderPeer::AddTraps( Picture aDst, int nXOfs, int nYOfs,
XRenderAddTraps( mpDisplay, aDst, nXOfs, nYOfs, pTraps, nCount );
}
-
-
inline XRenderColor GetXRenderColor( const SalColor& rSalColor, double fTransparency = 0.0 )
{
XRenderColor aRetVal;
@@ -214,8 +209,6 @@ inline XRenderColor GetXRenderColor( const SalColor& rSalColor, double fTranspar
return aRetVal;
}
-
-
#endif // INCLUDED_VCL_UNX_GENERIC_GDI_XRENDER_PEER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */