summaryrefslogtreecommitdiff
path: root/vcl/source/window
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-15 20:16:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 08:34:03 +0200
commitf173aa0a86d86ddfa42ee03b5973495eb595c1fc (patch)
treec99e6f83eeb224d3010d1aaf5b83e1347e216c82 /vcl/source/window
parent39ec20cd90164089cb2b9a89e1b7d64a1c12822a (diff)
loplugin:unusedmethods
Change-Id: Ibc1ec64cba8eb083aaff28848a42337cc597ea19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98857 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window')
-rw-r--r--vcl/source/window/stacking.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/window/stacking.cxx b/vcl/source/window/stacking.cxx
index d5b130031de3..82a17e63e228 100644
--- a/vcl/source/window/stacking.cxx
+++ b/vcl/source/window/stacking.cxx
@@ -629,13 +629,6 @@ bool Window::IsTopWindow() const
return mpWindowImpl->mpWinData->mnIsTopWindow == 1;
}
-vcl::Window* Window::FindWindow( const Point& rPos ) const
-{
-
- Point aPos = OutputToScreenPixel( rPos );
- return const_cast<vcl::Window*>(this)->ImplFindWindow( aPos );
-}
-
vcl::Window* Window::ImplFindWindow( const Point& rFramePos )
{
vcl::Window* pTempWindow;