paste_send_pane can be merged into cmd-paste-buffer.c now.

This commit is contained in:
nicm
2015-08-29 09:36:46 +00:00
parent b569585000
commit 373ef850e0
4 changed files with 29 additions and 37 deletions

2
tmux.h
View File

@ -1452,8 +1452,6 @@ void paste_add(char *, size_t);
int paste_rename(const char *, const char *, char **);
int paste_set(char *, size_t, const char *, char **);
char *paste_make_sample(struct paste_buffer *, int);
void paste_send_pane(struct paste_buffer *, struct window_pane *,
const char *, int);
/* format.c */
struct format_tree;