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

2
main.c
View File

@ -133,7 +133,7 @@ setup(void) {
sx = sy = 0;
sw = DisplayWidth(dpy, screen);
sh = DisplayHeight(dpy, screen);
updatemaster();
master = ((stackpos == StackBottom ? sh - bh : sw) * MASTER) / 100;
bx = by = 0;
bw = sw;