aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 7108459323..aed242c262 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -25,6 +25,5 @@ int check_row(int row);
int jump_to_mouse(int flags, int *inclusive, int which_button);
int mouse_comp_pos(win_T *win, int *rowp, int *colp, linenr_T *lnump);
win_T *mouse_find_win(int *rowp, int *colp);
-int vcol2col(win_T *wp, linenr_T lnum, int vcol);
void im_save_status(long *psave);
#endif /* NEOVIM_UI_H */