diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 18:53:24 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:40:16 +0200 |
commit | 3a5f538cad15dec360dece77d201fc25f102a604 (patch) | |
tree | fa31b551afa2e980e2225fee7c6d0d71be7140d3 /src/getchar.h | |
parent | 7cb20fd1b09a5c263ca3aef57d87f09084fb7830 (diff) | |
download | rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.gz rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.bz2 rneovim-3a5f538cad15dec360dece77d201fc25f102a604.zip |
Remove undefined functions.
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 */ |