diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2017-10-17 15:43:32 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2018-02-25 21:53:24 -0600 |
commit | 428f01969aaf48ffa2983746c0a397bcc8946799 (patch) | |
tree | 5ad1ccfaf6ac0599498b0d7795fe7002b365d19f /win.h | |
parent | 65976c1a29f2945c3cfb6af74cd6440cf193021d (diff) |
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>
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |