diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 19:36:04 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:41:42 +0200 |
commit | 71b1f4ef5af62b8064f8266dae600026816c6806 (patch) | |
tree | 0e59ca60704a95a70022ea8b05cfa0f130bc8496 /src/ui.h | |
parent | 75d8b240600d4691d6025dcc102c607b16d57a37 (diff) | |
download | rneovim-71b1f4ef5af62b8064f8266dae600026816c6806.tar.gz rneovim-71b1f4ef5af62b8064f8266dae600026816c6806.tar.bz2 rneovim-71b1f4ef5af62b8064f8266dae600026816c6806.zip |
Remove unused function vcol2col.
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |