removed useless updatemaster
This commit is contained in:
parent
1802fad2f9
commit
010fd21b20
4 changed files with 3 additions and 9 deletions
7
view.c
7
view.c
|
@ -340,13 +340,8 @@ togglestackpos(Arg *arg) {
|
|||
stackpos = STACKPOS;
|
||||
else
|
||||
stackpos = StackBottom;
|
||||
updatemaster();
|
||||
arrange(NULL);
|
||||
}
|
||||
|
||||
void
|
||||
updatemaster(void) {
|
||||
master = ((stackpos == StackBottom ? sh - bh : sw) * MASTER) / 100;
|
||||
arrange(NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue