diff options
-rw-r--r-- | dwm.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) { |