opt: remove useless code

This commit is contained in:
DreamMaoMao 2025-09-11 07:19:05 +08:00
parent 5c2616231a
commit 8c8fc72e20

View file

@ -2991,9 +2991,6 @@ void focusclient(Client *c, int lift) {
if (c && !client_surface(c)->mapped)
return;
if (c && c->animation.tagouting && !c->animation.tagouting)
return;
if (c && client_should_ignore_focus(c)) {
return;
}