opt: remove useless code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user