summaryrefslogtreecommitdiffstats
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 13:00:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 14:31:12 +0200
commit7f6d5dfb2244468e2faa7be05d4258692c6e84dc (patch)
tree8c03b0980c003a66f2a2683920c1557a3ada6e8e /include/vcl/builder.hxx
parenttdf#124400 a11y: add accessible ID (diff)
downloadcore-7f6d5dfb2244468e2faa7be05d4258692c6e84dc.tar.gz
core-7f6d5dfb2244468e2faa7be05d4258692c6e84dc.zip
loplugin:unusedmethods
Change-Id: I7b4d2e5e611935284e2902b0089950768dfb7717 Reviewed-on: https://gerrit.libreoffice.org/72036 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 5fdb061f7b1e..2fa8f445199f 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -481,10 +481,6 @@ public:
{
return m_pUIBuilder->get<T>(sID);
}
- PopupMenu* get_menu(const OString & sID)
- {
- return m_pUIBuilder->get_menu(sID);
- }
void setDeferredProperties()
{
if (!m_pUIBuilder)