summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-07-08 15:40:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-07-09 15:57:55 +0200
commit2dbdaa2840f9e1b176464c132465ea5bb32208f0 (patch)
tree2c27c9726a13017b88802b4d8d841c820d02f0ef /vcl/source/window/window.cxx
parent6e90aec7fdcab6740b29597a7236cc0be2129762 (diff)
drop newly unused SetParentToDefaultWindow
Change-Id: I7586924bfc44dd7d28992515291089469a723c39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118651 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/window.cxx')
-rw-r--r--vcl/source/window/window.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 61bcc8ce57a0..41751c015a43 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1782,12 +1782,6 @@ void Window::SetModalHierarchyHdl(const Link<bool, void>& rLink)
ImplGetFrame()->SetModalHierarchyHdl(rLink);
}
-void Window::SetParentToDefaultWindow()
-{
- Show(false);
- // don't reparent: this window dies anyway and any children must have been disposed already
-}
-
KeyIndicatorState Window::GetIndicatorState() const
{
return mpWindowImpl->mpFrame->GetIndicatorState();