cui/source/inc/acccfg.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 503d7594e3ac32e26752ea294dacf255f66c061c
Author: Jim Raykowski <[email protected]>
AuthorDate: Sat Nov 16 13:28:40 2024 -0900
Commit: Jim Raykowski <[email protected]>
CommitDate: Sun Nov 17 01:08:31 2024 +0100
Drop DECL_LINK missed in commit
60a77c7ef46f6fa82b016c7605ec3451de291344
Change-Id: I9141380327aa111bee02257ea2dda53a19bcb0d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176687
Reviewed-by: Jim Raykowski <[email protected]>
Tested-by: Jenkins
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index 32e4b7602d8b..33036239a1ae 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -128,7 +128,6 @@ private:
DECL_LINK(RadioHdl, weld::Toggleable&, void);
DECL_LINK(ImplUpdateDataHdl, Timer*, void);
DECL_LINK(FocusOut_Impl, weld::Widget&, void);
- DECL_LINK(TimeOut_Impl, Timer*, void);
DECL_LINK(KeyInputHdl, const KeyEvent&, bool);