diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-16 13:19:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-16 15:52:02 +0200 |
commit | 5c4fac1e9f50832852e87452f3152f01b905f9e6 (patch) | |
tree | bfa807b8f9c76f38bc490d279f96819276420125 /vcl/inc/salgdi.hxx | |
parent | 44bb2c82870f83776eb26d41aeb9defbee97b102 (diff) |
loplugin:unusedmethods
Change-Id: I6ba4b4046190b701d4a15c6fa90b6009ecf4ab1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175014
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r-- | vcl/inc/salgdi.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index 4296cb4e3e51..6fd58da78172 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -272,12 +272,6 @@ public: const SalBitmap& rSalBitmap, const OutputDevice& rOutDev ); - SAL_DLLPRIVATE void DrawBitmap( - const SalTwoRect& rPosAry, - const SalBitmap& rSalBitmap, - const SalBitmap& rTransparentBitmap, - const OutputDevice& rOutDev ); - SAL_DLLPRIVATE void DrawMask( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap, |