JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed Client->grav
[dwm.git] / client.c
index 898b2fc..9f103c6 100644 (file)
--- a/client.c
+++ b/client.c
@@ -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