opt: remove useless code
This commit is contained in:
@@ -3046,9 +3046,6 @@ void focusclient(Client *c, int lift) {
|
|||||||
if (c && !client_surface(c)->mapped)
|
if (c && !client_surface(c)->mapped)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (c && c->animation.tagouting && !c->animation.tagouting)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (c && client_should_ignore_focus(c)) {
|
if (c && client_should_ignore_focus(c)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user