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 f4f70197a6..fd61c4b845 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -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);