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/normal.h | |
parent | 7cb20fd1b09a5c263ca3aef57d87f09084fb7830 (diff) | |
download | rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.gz rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.bz2 rneovim-3a5f538cad15dec360dece77d201fc25f102a604.zip |
Remove undefined functions.
Diffstat (limited to 'src/normal.h')
-rw-r--r-- | src/normal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.h b/src/normal.h index e6ccdd1120..c5ca1b9bde 100644 --- a/src/normal.h +++ b/src/normal.h @@ -78,7 +78,6 @@ void check_scrollbind(linenr_T topline_diff, long leftcol_diff); int find_decl(char_u *ptr, int len, int locally, int thisblock, int searchflags); void scroll_redraw(int up, long count); -void handle_tabmenu(void); void do_nv_ident(int c1, int c2); int get_visual_text(cmdarg_T *cap, char_u **pp, int *lenp); void start_selection(void); |