constraints: Remove improper frame_rect_to_client_rect for placement

Constriants are now in frame rect coordinates.
This commit is contained in:
Jasper St. Pierre 2014-05-22 16:51:59 -04:00
parent 3168d3b5e6
commit c98090c061

View File

@ -506,8 +506,6 @@ place_window_if_needed(MetaWindow *window,
meta_workspace_get_onmonitor_region (cur_workspace,
monitor_info->number);
meta_window_frame_rect_to_client_rect (window, &placed_rect, &placed_rect);
info->current.x = placed_rect.x;
info->current.y = placed_rect.y;