[clutter] table-layout: Remove unused animation helpers
- From: Bastian Winkler <bwinkler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] table-layout: Remove unused animation helpers
- Date: Wed, 16 May 2012 14:18:27 +0000 (UTC)
commit 06d13985921f1a369a0d58cb8bee99e9621bdc3a
Author: Bastian Winkler <buz netbuz org>
Date: Wed May 16 13:57:44 2012 +0200
table-layout: Remove unused animation helpers
They aren't used since ClutterTableLayout switched to the implicit
animations API.
https://bugzilla.gnome.org/show_bug.cgi?id=676158
clutter/clutter-table-layout.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/clutter/clutter-table-layout.c b/clutter/clutter-table-layout.c
index 082635f..684352c 100644
--- a/clutter/clutter-table-layout.c
+++ b/clutter/clutter-table-layout.c
@@ -140,12 +140,6 @@ struct _ClutterTableChild
{
ClutterLayoutMeta parent_instance;
- /* the last stable allocation before an animation; it is used as the
- * initial ActorBox when interpolating. If has_last_allocation is
- * FALSE then this value is not yet known
- */
- ClutterActorBox last_allocation;
-
gint col;
gint row;
@@ -159,7 +153,6 @@ struct _ClutterTableChild
guint y_expand : 1;
guint x_fill : 1;
guint y_fill : 1;
- guint has_last_allocation : 1;
};
enum
@@ -651,8 +644,6 @@ clutter_table_child_init (ClutterTableChild *self)
self->x_fill = TRUE;
self->y_fill = TRUE;
-
- self->has_last_allocation = FALSE;
}
static GType
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]