opt: remove useless code

This commit is contained in:
DreamMaoMao
2025-11-09 23:19:49 +08:00
parent 7552e77781
commit d0a51f4785

View File

@@ -1278,8 +1278,6 @@ void applyrules(Client *c) {
newtags |= r->tags; newtags |= r->tags;
} else if (parent) { } else if (parent) {
newtags = parent->tags; newtags = parent->tags;
} else {
newtags |= 0;
} }
// set monitor of client // set monitor of client