vcl: Drop commented code in menu.cxx

Commented out ever since

    commit 8ab086b6cc
    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
This commit is contained in:
Michael Weghorn 2024-12-02 13:49:55 +01:00
parent d4903bb537
commit 99379a3260

View file

@ -2724,8 +2724,6 @@ int MenuBar::GetMenuBarHeight() const
return nMenubarHeight;
}
// bool PopupMenu::bAnyPopupInExecute = false;
MenuFloatingWindow * PopupMenu::ImplGetFloatingWindow() const {
return static_cast<MenuFloatingWindow*>(GetWindow());
}