summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2022-06-11 01:49:02 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2022-06-15 12:17:36 +0200
commit14dfbfe1da056d9570c85df8b5d5bed3943d46e9 (patch)
tree92ee12adaa866c7938c69da56e11772331940c24 /vcl/osx
parent76e7418809c73dfb69411a4d96ce8dc321a01e38 (diff)
Drop SalMenu::DrawMenuBar (is WIN-only)
This follow-up on commit 483f3125ecd4744cbcc2f8fd3cdf243d81a601ff ("WIN drop effectively empty ImplDrawMenuBar") should probably have been included in it. Windows was the only implementation of that API, but the API is just called for a native menubar, which Windows doesn't use (VisibleMenuBar returns false). Maybe Windows SalFrame::SetMenu should also be dropped? Change-Id: Ic3600e66c91ce9d56d7f911bce5674e0a9ee833c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135633 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salframe.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index e90b7edbf258..984ff8c5f5be 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1586,10 +1586,6 @@ LanguageType AquaSalFrame::GetInputLanguage()
return LANGUAGE_DONTKNOW;
}
-void AquaSalFrame::DrawMenuBar()
-{
-}
-
void AquaSalFrame::SetMenu( SalMenu* pSalMenu )
{
OSX_SALDATA_RUNINMAIN( SetMenu( pSalMenu ) )