removed useless updatemaster

This commit is contained in:
Anselm R. Garbe
2006-09-29 17:25:49 +02:00
parent 1802fad2f9
commit 010fd21b20
4 changed files with 3 additions and 9 deletions

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