From: Anselm R. Garbe Date: Tue, 23 Jan 2007 11:04:22 +0000 (+0100) Subject: removed a blank line X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=edb2660a2e61e300fb47a9a15fb264fca5c9895e removed a blank line --- 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]);