summaryrefslogtreecommitdiff
path: root/vcl/source/window/menubarwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menubarwindow.hxx')
-rw-r--r--vcl/source/window/menubarwindow.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/menubarwindow.hxx b/vcl/source/window/menubarwindow.hxx
index 592f962047ba..9abc478a7764 100644
--- a/vcl/source/window/menubarwindow.hxx
+++ b/vcl/source/window/menubarwindow.hxx
@@ -127,9 +127,6 @@ public:
virtual void Resize() override;
virtual void RequestHelp( const HelpEvent& rHEvt ) override;
- void SetFocusId(const VclPtr<vcl::Window>& xId) { xSaveFocusId = xId; }
- VclPtr<vcl::Window> GetFocusId() const { return xSaveFocusId; }
-
void SetMenu(MenuBar* pMenu);
void SetHeight(long nHeight);
void KillActivePopup();