diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 19:09:42 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:41:05 +0200 |
commit | 225fbc2dd86e75957530a5a2241e8e00c9dc56d9 (patch) | |
tree | 8690f99e65b07094cb1c15bee31ca7f5cfc64a4d /src/ui.h | |
parent | 255b2a27414b85a7b0d3aac95a1c3d6f9c63c72f (diff) | |
download | rneovim-225fbc2dd86e75957530a5a2241e8e00c9dc56d9.tar.gz rneovim-225fbc2dd86e75957530a5a2241e8e00c9dc56d9.tar.bz2 rneovim-225fbc2dd86e75957530a5a2241e8e00c9dc56d9.zip |
Remove unused function yank_cut_buffer0.
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ void read_error_exit(void); void ui_cursor_shape(void); int check_col(int col); int check_row(int row); -void yank_cut_buffer0(Display *dpy, VimClipboard *cbd); 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); |