include/vcl/weld.hxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 984cc982393b0dc198b0aeda84241920623ec0f3 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Apr 15 19:34:40 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Tue Apr 15 22:58:27 2025 +0200
vcl: Drop weld::EntryTreeView::EntryModifyHdl decl It is only declared, but not implemeneted or used anywhere. Change-Id: I107ea83844843c0f7b857a8cffd7fa84c3fd85fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184234 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index aa82380e9b66..7173936c2579 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -2065,7 +2065,6 @@ class VCL_DLLPUBLIC EntryTreeView : virtual public ComboBox private: DECL_DLLPRIVATE_LINK(ClickHdl, weld::TreeView&, void); DECL_DLLPRIVATE_LINK(ModifyHdl, weld::Entry&, void); - void EntryModifyHdl(const weld::Entry& rEntry); protected: std::unique_ptr<Entry> m_xEntry;