aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c
index 5c69718..0a59c22 100644
--- a/client.c
+++ b/client.c
@@ -81,7 +81,6 @@ void
focus(Client *c) {
if(c && !isvisible(c))
return;
-
if(sel && sel != c) {
grabbuttons(sel, False);
XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);