[clutter] box-layout: Remove unused BoxChild members



commit 7df4bfcf3bbce2a7b2b996e2922bd58bff30a1b2
Author: Bastian Winkler <buz netbuz org>
Date:   Tue May 29 14:57:41 2012 +0200

    box-layout: Remove unused BoxChild members
    
    These are leftovers from the old animation API an are unused now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677086

 clutter/clutter-box-layout.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/clutter/clutter-box-layout.c b/clutter/clutter-box-layout.c
index db51488..9e6cfd3 100644
--- a/clutter/clutter-box-layout.c
+++ b/clutter/clutter-box-layout.c
@@ -119,12 +119,9 @@ struct _ClutterBoxChild
   ClutterBoxAlignment x_align;
   ClutterBoxAlignment y_align;
 
-  ClutterActorBox last_allocation;
-
   guint x_fill              : 1;
   guint y_fill              : 1;
   guint expand              : 1;
-  guint has_last_allocation : 1;
 };
 
 enum
@@ -404,8 +401,6 @@ clutter_box_child_init (ClutterBoxChild *self)
   self->x_fill = self->y_fill = FALSE;
 
   self->expand = FALSE;
-
-  self->has_last_allocation = FALSE;
 }
 
 static gdouble



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