[clutter] wayland-surface: removes unused origin variable



commit 560f92b69849eb671ac539df16c1d3f4797d9032
Author: Robert Bragg <robert linux intel com>
Date:   Wed Jan 11 00:16:10 2012 +0000

    wayland-surface: removes unused origin variable
    
    Reviewed-by: Neil Roberts <neil linux intel com>
    Reviewed-by: Emmanuele Bassi <ebassi linux intel com>

 clutter/wayland/clutter-wayland-surface.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/clutter/wayland/clutter-wayland-surface.c b/clutter/wayland/clutter-wayland-surface.c
index b1934ce..2dd82bc 100644
--- a/clutter/wayland/clutter-wayland-surface.c
+++ b/clutter/wayland/clutter-wayland-surface.c
@@ -102,7 +102,6 @@ clutter_wayland_surface_queue_damage_redraw (ClutterWaylandSurface *texture,
   ClutterActorBox allocation;
   float scale_x;
   float scale_y;
-  ClutterVertex origin;
   cairo_rectangle_int_t clip;
 
   /* NB: clutter_actor_queue_redraw_with_clip expects a box in the actor's



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]