From 8c8fc72e20f904003986fae79de383cd35e0572e Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Thu, 11 Sep 2025 07:19:05 +0800 Subject: [PATCH] opt: remove useless code --- src/mango.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mango.c b/src/mango.c index 05a82f7..f2cf4ca 100644 --- a/src/mango.c +++ b/src/mango.c @@ -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; }