Remove undefined functions.

This commit is contained in:
Thomas Wienecke
2014-04-10 18:53:24 +02:00
parent 7cb20fd1b0
commit 3a5f538cad
22 changed files with 0 additions and 92 deletions

View File

@@ -53,8 +53,6 @@ void fixthisline(int (*get_the_indent)(void));
void fix_indent(void);
int in_cinkeys(int keytyped, int when, int line_is_empty);
int hkmap(int c);
void ins_scroll(void);
void ins_horscroll(void);
int ins_copychar(linenr_T lnum);
#endif /* NEOVIM_EDIT_H */