]> Dogcows Code - chaz/openbox/blobdiff - openbox/resist.c
Make clang happier
[chaz/openbox] / openbox / resist.c
index 3bcb95ffc4db5779f870d29b47f7fdb6fbd9f129..dc5e343c03b6cfa64b35bcf70af348e512dfcabb 100644 (file)
@@ -328,7 +328,6 @@ void resist_size_monitors(ObClient *c, gint resist, gint *w, gint *h,
     Rect *area, *parea;
     gint al, at, ar, ab; /* screen boundaries */
     gint pl, pt, pr, pb; /* physical screen boundaries */
-    gint incw, inch;
     guint i;
     Rect desired_area;
 
@@ -339,9 +338,6 @@ void resist_size_monitors(ObClient *c, gint resist, gint *w, gint *h,
     t = RECT_TOP(c->frame->area);
     b = RECT_BOTTOM(c->frame->area);
 
-    incw = c->size_inc.width;
-    inch = c->size_inc.height;
-
     RECT_SET(desired_area, c->area.x, c->area.y, *w, *h);
 
     for (i = 0; i < screen_num_monitors; ++i) {
This page took 0.02155 seconds and 4 git commands to generate.