From edb2660a2e61e300fb47a9a15fb264fca5c9895e Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 23 Jan 2007 12:04:22 +0100 Subject: [PATCH] removed a blank line --- client.c | 1 - 1 file changed, 1 deletion(-) 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]); -- 1.7.10.4