Parcourir la source

selmon optimisation is needed

Anselm R Garbe il y a 15 ans
Parent
commit
a88e0373ef
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      dwm.c

+ 0 - 4
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) {