diff options
Diffstat (limited to 'src/core/boxes.c')
-rw-r--r-- | src/core/boxes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/boxes.c b/src/core/boxes.c index dad6b470..877fa458 100644 --- a/src/core/boxes.c +++ b/src/core/boxes.c @@ -311,7 +311,6 @@ meta_rectangle_resize_with_gravity (const MetaRectangle *old_rect, */ /* First, the x direction */ - int adjust = 0; switch (gravity) { case NorthWestGravity: @@ -344,7 +343,6 @@ meta_rectangle_resize_with_gravity (const MetaRectangle *old_rect, rect->width = new_width; /* Next, the y direction */ - adjust = 0; switch (gravity) { case NorthWestGravity: |