Inline clipboard functions

No need to keep a function that only calls another function in the same
file.

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
Devin J. Pohly
2017-10-17 15:43:32 -05:00
parent 65976c1a29
commit 428f01969a
2 changed files with 19 additions and 33 deletions

2
win.h
View File

@ -10,11 +10,9 @@ void drawregion(int, int, int, int);
void xbell(void);
void xclipcopy(void);
void xclippaste(void);
void xhints(void);
void xloadcols(void);
int xsetcolorname(int, const char *);
void xsettitle(char *);
void xsetpointermotion(int);
void xselpaste(void);
void xsetsel(char *, Time);