diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-02 13:49:55 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-02 19:27:40 +0100 |
commit | 99379a3260f790d3a19662b08fd892da4f7323a3 (patch) | |
tree | dc6552ba0217b19440640ae68d9afef2e2cff677 /vcl/source/window | |
parent | d4903bb537f8645e756f8621c26685f2fddb6217 (diff) |
vcl: Drop commented code in menu.cxx
Commented out ever since
commit 8ab086b6cc054501bfbf7ef6fa509c393691e860
Author: Jens-Heiner Rechtien <hr@openoffice.org>
Date: Mon Sep 18 16:07:07 2000 +0000
initial import
Change-Id: I147a6f6376e624bce2164d156e9360f99ac3b1d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177695
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/menu.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 63597fc9dee4..11d38a1a3bfb 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -2724,8 +2724,6 @@ int MenuBar::GetMenuBarHeight() const return nMenubarHeight; } -// bool PopupMenu::bAnyPopupInExecute = false; - MenuFloatingWindow * PopupMenu::ImplGetFloatingWindow() const { return static_cast<MenuFloatingWindow*>(GetWindow()); } |