mirror of
https://github.com/0intro/wmii
synced 2024-11-26 15:49:37 +03:00
Removed useless goto
This commit is contained in:
parent
f8d6b2ef91
commit
a973cfc33d
@ -879,12 +879,9 @@ match_tags(Client *c, const char *prop)
|
||||
void
|
||||
apply_rules(Client *c)
|
||||
{
|
||||
if(!def.tagrules)
|
||||
goto Fallback;
|
||||
if(def.tagrules)
|
||||
match_tags(c, c->props);
|
||||
|
||||
match_tags(c, c->props);
|
||||
|
||||
Fallback:
|
||||
if(!strlen(c->tags))
|
||||
apply_tags(c, "nil");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user