vcl/inc/qt5/QtMenu.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b0a26a3c4ffb9994f19e4565c13a7f0ed5959cc6
Author: Michael Weghorn <[email protected]>
AuthorDate: Mon Jul 31 10:22:09 2023 +0200
Commit: Michael Weghorn <[email protected]>
CommitDate: Mon Jul 31 15:15:04 2023 +0200
qt: Drop unused QtMenu::adjustButtonSizes declaration
It was only declared and never defined ever since it
was added in
commit 9ea767cb568cef1b142190d2adb0e301baa382e2
Date: Thu May 26 13:48:38 2022 +0200
tdf#132350 Qt implement SalMenu button interface
Change-Id: Ic097dae56a886e70438c25950e4cbaa0d954e85d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155056
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <[email protected]>
diff --git a/vcl/inc/qt5/QtMenu.hxx b/vcl/inc/qt5/QtMenu.hxx
index a1b77687ce86..3e43272b6212 100644
--- a/vcl/inc/qt5/QtMenu.hxx
+++ b/vcl/inc/qt5/QtMenu.hxx
@@ -64,7 +64,6 @@ private:
bool validateQMenuBar() const;
QPushButton* ImplAddMenuBarButton(const QIcon& rIcon, const QString&
rToolTip, int nId);
void ImplRemoveMenuBarButton(int nId);
- void adjustButtonSizes();
public:
QtMenu(bool bMenuBar);