mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-29 07:58:21 -04:00
opt: remove useless code
This commit is contained in:
parent
8875156760
commit
f2b9835243
1 changed files with 0 additions and 2 deletions
|
|
@ -1276,8 +1276,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue