diff options
Diffstat (limited to 'src/getchar.h')
-rw-r--r-- | src/getchar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/getchar.h b/src/getchar.h index e53697f29e..b91af5e7a6 100644 --- a/src/getchar.h +++ b/src/getchar.h @@ -72,7 +72,6 @@ void check_map_keycodes(void); char_u *check_map(char_u *keys, int mode, int exact, int ign_mod, int abbr, mapblock_T **mp_ptr, int *local_ptr); -void init_mappings(void); void add_map(char_u *map, int mode); #endif /* NEOVIM_GETCHAR_H */ |