aboutsummaryrefslogtreecommitdiff
path: root/src/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.h')
-rw-r--r--src/edit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/edit.h b/src/edit.h
index 193938dfa3..3ab0f1ba59 100644
--- a/src/edit.h
+++ b/src/edit.h
@@ -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 */