summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-03-13 12:23:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-14 08:11:55 +0100
commitebe1f639cf65c20cee70aa55176bfb67e7b915f7 (patch)
tree3d80dace017cc053b69a53bfc2cce5ae0cf2f9eb /include/vcl
parentb8d3d4ad0f5bf4f449118214a91219b98ee506c3 (diff)
loplugin:unusedmethods
Change-Id: I851eba4ca80eac9ee5896df53fbcd0f5ad125763 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112433 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/alpha.hxx1
-rw-r--r--include/vcl/toolkit/floatwin.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/alpha.hxx b/include/vcl/alpha.hxx
index c7ee2d715ce5..6bebdb8c57cf 100644
--- a/include/vcl/alpha.hxx
+++ b/include/vcl/alpha.hxx
@@ -50,7 +50,6 @@ public:
Bitmap const & GetBitmap() const;
void Erase( sal_uInt8 cTransparency );
- void Replace( const Bitmap& rMask, sal_uInt8 rReplaceTransparency );
void Replace( sal_uInt8 cSearchTransparency, sal_uInt8 cReplaceTransparency );
void BlendWith(const Bitmap& rOther);
diff --git a/include/vcl/toolkit/floatwin.hxx b/include/vcl/toolkit/floatwin.hxx
index bbfddabcce68..6799ac884520 100644
--- a/include/vcl/toolkit/floatwin.hxx
+++ b/include/vcl/toolkit/floatwin.hxx
@@ -135,8 +135,6 @@ public:
void SetPopupModeEndHdl( const Link<FloatingWindow*,void>& rLink ) { maPopupModeEndHdl = rLink; }
bool GrabsFocus() const { return mbGrabFocus; }
-
- static Point CalcFloatingPosition( vcl::Window* pWindow, const tools::Rectangle& rRect, FloatWinPopupFlags nFlags, sal_uInt16& rArrangeIndex );
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */