drm: Remove redundant weston_surface_update_transform() call

This commit is contained in:
Kristian Høgsberg
2012-02-23 23:07:45 -05:00
parent d15fbe334a
commit ca14ef049d
-2
View File
@@ -597,8 +597,6 @@ drm_assign_planes(struct weston_output *output)
*/ */
pixman_region32_init(&overlap); pixman_region32_init(&overlap);
wl_list_for_each(es, &ec->surface_list, link) { wl_list_for_each(es, &ec->surface_list, link) {
weston_surface_update_transform(es);
/* /*
* FIXME: try to assign hw cursors here too, they're just * FIXME: try to assign hw cursors here too, they're just
* special overlays * special overlays