removed Client->grav

This commit is contained in:
arg@mig29
2006-12-12 19:14:38 +01:00
parent 629647dfee
commit ded60365d4
2 changed files with 0 additions and 5 deletions

View File

@ -289,10 +289,6 @@ updatesize(Client *c) {
c->minw = c->minh = 0;
c->isfixed = (c->maxw && c->minw && c->maxh && c->minh &&
c->maxw == c->minw && c->maxh == c->minh);
if(c->flags & PWinGravity)
c->grav = size.win_gravity;
else
c->grav = NorthWestGravity;
}
void