summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
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);