summaryrefslogtreecommitdiffstats
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-07 13:42:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-08 08:44:32 +0100
commitbb7ade140df807b6a0f12766a1365b8f8d0fd342 (patch)
treed90de305c953a613373d27f8f89bb95c43ee9eb4 /include/vcl/builder.hxx
parentloplugin:unusedfields (diff)
downloadcore-bb7ade140df807b6a0f12766a1365b8f8d0fd342.tar.gz
core-bb7ade140df807b6a0f12766a1365b8f8d0fd342.zip
loplugin:unusedmethods
Change-Id: Id6b4edd265cb6bef31c72e2a0a440211d51c7c33 Reviewed-on: https://gerrit.libreoffice.org/50900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index c649e9904e6a..71819bf8b2da 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -81,9 +81,6 @@ public:
//sID may not exist
PopupMenu* get_menu(const OString& sID);
- //given an sID return the response value for that widget
- short get_response(const vcl::Window *pWindow) const;
-
//release ownership of pWindow, i.e. don't delete it
void drop_ownership(const vcl::Window *pWindow);