removed useless updatemaster
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user