summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-01 09:28:28 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-01 09:28:28 -0400
commite7db668a0ace9a0c2a21f2fa1fe4531c0c15ce0f (patch)
treedee43229628293716585254a05cf58a9471a2466 /x.c
parent72c555f605858e6ddb3ff1c34c9914cf9677c34b (diff)
parente248ef8c33e2dfef3613feae52471e81f60dc4f9 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/st
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/x.c b/x.c
index c09392b..1ee015e 100644
--- a/x.c
+++ b/x.c
@@ -661,8 +661,6 @@ setsel(char *str, Time t)
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
selclear();
-
- clipcopy(NULL);
}
void