From 51822f065590154561a59435ca920207fd39bdda Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Thu, 9 Dec 2021 21:10:58 +0100 Subject: refactor(misc1): move out autocmd related functions --- src/nvim/buffer_defs.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/nvim/buffer_defs.h') diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index e53b2d1dfa..49e527e98b 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -1116,12 +1116,6 @@ typedef struct { pos_T w_cursor_corr; // corrected cursor position } pos_save_T; -// Struct passed to get_v_event() and restore_v_event(). -typedef struct { - bool sve_did_save; - hashtab_T sve_hashtab; -} save_v_event_T; - /// Indices into vimmenu_T->strings[] and vimmenu_T->noremap[] for each mode /// \addtogroup MENU_INDEX /// @{ -- cgit