X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=ac534a8c73f74020056d6942cd1b92f4caea4f99;hp=b1f77cc343d6d92b0fc640c1db2300698b6aeebb;hb=a88e0373efe5f6800a99fca2c228be98b522aaa9;hpb=aa9f2be24ea9ea6d9419cad1975bf34c5b64b6e5 diff --git a/dwm.c b/dwm.c index b1f77cc..ac534a8 100644 --- a/dwm.c +++ b/dwm.c @@ -815,10 +815,6 @@ void focus(Client *c) { if(!c || !ISVISIBLE(c)) for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext); - if(c && c == selmon->sel) { - D fprintf(stderr, "focus, optimising focus away\n"); - return; - } if(selmon->sel) unfocus(selmon->sel); if(c) {