don't check client zone during idler

this happens on every move and resize, no need to check it a third time
This commit is contained in:
Mike Blumenkrantz 2014-02-03 13:58:57 -05:00
parent f4de16df08
commit 20c09a3891
1 changed files with 0 additions and 2 deletions

View File

@ -2102,8 +2102,6 @@ e_client_idler_before(void)
if (e_config->screen_limits != E_SCREEN_LIMITS_COMPLETELY)
_e_client_move_lost_window_to_center(ec);
}
else
_e_client_zone_update(ec);
}