window: remove redundant condition

This condition is already checked for at this point.
This commit is contained in:
Rui Matos 2011-07-27 01:13:53 +01:00
parent 779ef582f1
commit d3edcbc11e

View File

@ -8745,7 +8745,6 @@ update_resize (MetaWindow *window,
*/
if (old.width != new_w || old.height != new_h)
{
if ((window->display->grab_resize_unmaximize == new_unmaximize))
meta_window_resize_with_gravity (window, TRUE, new_w, new_h, gravity);
}
}