From 9249f93057be9996f8e7e5571228549783984844 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 24 Oct 2012 09:43:09 +0300 Subject: [PATCH] compositor-drm: remove a stale comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This comment became stale in: commit 65a11e1039e7ea429ff26bdd0058bdf0efd1df2d Author: Kristian Høgsberg Date: Fri Aug 3 11:30:18 2012 -0400 compositor: Accumulate damage per plane Now it is just misleading. Remove it. Signed-off-by: Pekka Paalanen --- src/compositor-drm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index a2169dd..3e75387 100644 --- a/src/compositor-drm.c +++ b/src/compositor-drm.c @@ -564,11 +564,6 @@ drm_disable_unused_sprites(struct weston_output *output_base) } } -/* - * This function must take care to damage any previously assigned surface - * if the sprite ends up binding to a different surface than in the - * previous frame. - */ static struct weston_plane * drm_output_prepare_overlay_surface(struct weston_output *output_base, struct weston_surface *es) -- 2.7.4