summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-26 17:07:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-27 12:45:49 +0200
commit7c84ce6960cbb9fccad20ad4d816b08b32e9567c (patch)
tree2f9d77e1bc7e7bb508add52595937ea1d6b89e43 /include/vcl/window.hxx
parent0320d14a7655b4adce3ff2d7fc453917c96f8f21 (diff)
drop empty GetParentLabeledBy and GetParentLabelFor members
Change-Id: I92b36874879f89ef4dc862d61da58edd64867e92 Reviewed-on: https://gerrit.libreoffice.org/76450 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 39c0fb4fd4e1..e1a91e9e1e35 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1264,9 +1264,6 @@ public:
bool IsAccessibilityEventsSuppressed( bool bTraverseParentPath = true );
void SetAccessibilityEventsSuppressed(bool bSuppressed);
- // Deprecated - can use SetAccessibleRelationLabelFor/By nowadays
- vcl::Window* GetParentLabelFor( const vcl::Window* pLabel ) const;
- vcl::Window* GetParentLabeledBy( const vcl::Window* pLabeled ) const;
KeyEvent GetActivationKey() const;
protected: