remove focus/restack call, useless

This commit is contained in:
Julien Danjou 2007-09-12 17:02:41 +02:00
parent de3fdc02d8
commit 77467394c1
2 changed files with 0 additions and 5 deletions

View File

@ -63,7 +63,4 @@ grid(Display *disp, awesome_config *awesomeconf)
resize(c, cx, cy, cw - 2 * c->border + aw, ch - 2 * c->border + ah, False);
i++;
}
focus(disp, &dc, NULL, True, awesomeconf);
restack(disp, awesomeconf);
}

View File

@ -80,8 +80,6 @@ fibonacci(Display *disp, awesome_config *awesomeconf, int shape)
}
resize(c, nx, ny, nw - 2 * c->border, nh - 2 * c->border, False);
}
focus(disp, &dc, NULL, True, awesomeconf);
restack(disp, awesomeconf);
}