aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-10 19:09:42 +0200
committerThomas Wienecke <wienecke.t@gmail.com>2014-05-03 17:41:05 +0200
commit225fbc2dd86e75957530a5a2241e8e00c9dc56d9 (patch)
tree8690f99e65b07094cb1c15bee31ca7f5cfc64a4d /src/ui.h
parent255b2a27414b85a7b0d3aac95a1c3d6f9c63c72f (diff)
downloadrneovim-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.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);