summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/a11y/atkutil.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-20 10:46:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-20 12:21:54 +0200
commit4aa2cc878dae3b34b16ccacd9358fda5e6d6a197 (patch)
treed4febfc07c5365baefdbe8e4aceafee8d3d75030 /vcl/unx/gtk3/a11y/atkutil.cxx
parente74a5bea04483dc96ef6d4b34edd8735ec73bcd8 (diff)
loplugin:unusedmethods
Change-Id: Ia216da9bd7764f2d21aaee761a02eafda88d892e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169257 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'vcl/unx/gtk3/a11y/atkutil.cxx')
-rw-r--r--vcl/unx/gtk3/a11y/atkutil.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/unx/gtk3/a11y/atkutil.cxx b/vcl/unx/gtk3/a11y/atkutil.cxx
index 971cad08fc9c..0babcefba93b 100644
--- a/vcl/unx/gtk3/a11y/atkutil.cxx
+++ b/vcl/unx/gtk3/a11y/atkutil.cxx
@@ -270,15 +270,4 @@ void DocumentFocusListener::detachRecursive(
}
}
-rtl::Reference<DocumentFocusListener> GtkSalData::GetDocumentFocusListener()
-{
- rtl::Reference<DocumentFocusListener> xDFL = m_xDocumentFocusListener.get();
- if (!xDFL)
- {
- xDFL = new DocumentFocusListener;
- m_xDocumentFocusListener = xDFL.get();
- }
- return xDFL;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */