From ca14ef049dba2adc8a1c344e3ee12ffedb8775d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 23 Feb 2012 23:07:45 -0500 Subject: [PATCH] drm: Remove redundant weston_surface_update_transform() call --- src/compositor-drm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index dccbafef..d41c957d 100644 --- a/src/compositor-drm.c +++ b/src/compositor-drm.c @@ -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