From 515c979f14f38dded3149254c98301294f3539d6 Mon Sep 17 00:00:00 2001 From: xiota Date: Sun, 28 Nov 2021 00:02:01 -0800 Subject: [PATCH] Remove deprecated symbol: GEANY_KEYS_EDITOR_MACROLIST --- src/keybindings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/keybindings.h b/src/keybindings.h index 0b7f6c09a0..e23b512470 100644 --- a/src/keybindings.h +++ b/src/keybindings.h @@ -168,8 +168,7 @@ enum GeanyKeyBindingID GEANY_KEYS_FORMAT_SENDTOVTE, /**< Keybinding. */ GEANY_KEYS_PROJECT_PROPERTIES, /**< Keybinding. */ GEANY_KEYS_DOCUMENT_LINEWRAP, /**< Keybinding. */ - GEANY_KEYS_EDITOR_MACROLIST, /**< Keybinding. - * @deprecated 1.25, it doesn't do anything anymore */ + _GEANY_KEYS_UNUSED_, /* placeholder to preserve ABI */ GEANY_KEYS_EDITOR_SUPPRESSSNIPPETCOMPLETION, /**< Keybinding. */ GEANY_KEYS_FOCUS_SIDEBAR_SYMBOL_LIST, /**< Keybinding. */ GEANY_KEYS_GOTO_LINESTART, /**< Keybinding. */