From 3a5f538cad15dec360dece77d201fc25f102a604 Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Thu, 10 Apr 2014 18:53:24 +0200 Subject: Remove undefined functions. --- src/getchar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/getchar.h') 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 */ -- cgit