drm: Remove redundant weston_surface_update_transform() call
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 24 Feb 2012 04:07:45 +0000 (23:07 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 24 Feb 2012 04:07:45 +0000 (23:07 -0500)
src/compositor-drm.c

index dccbafe..d41c957 100644 (file)
@@ -597,8 +597,6 @@ drm_assign_planes(struct weston_output *output)
         */
        pixman_region32_init(&overlap);
        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
                 * special overlays