mirror of
https://github.com/brl/mutter.git
synced 2025-04-12 21:29:38 +00:00
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
This commit is contained in:
parent
93627c876d
commit
7df4bfcf3b
@ -119,12 +119,9 @@ struct _ClutterBoxChild
|
|||||||
ClutterBoxAlignment x_align;
|
ClutterBoxAlignment x_align;
|
||||||
ClutterBoxAlignment y_align;
|
ClutterBoxAlignment y_align;
|
||||||
|
|
||||||
ClutterActorBox last_allocation;
|
|
||||||
|
|
||||||
guint x_fill : 1;
|
guint x_fill : 1;
|
||||||
guint y_fill : 1;
|
guint y_fill : 1;
|
||||||
guint expand : 1;
|
guint expand : 1;
|
||||||
guint has_last_allocation : 1;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum
|
enum
|
||||||
@ -404,8 +401,6 @@ clutter_box_child_init (ClutterBoxChild *self)
|
|||||||
self->x_fill = self->y_fill = FALSE;
|
self->x_fill = self->y_fill = FALSE;
|
||||||
|
|
||||||
self->expand = FALSE;
|
self->expand = FALSE;
|
||||||
|
|
||||||
self->has_last_allocation = FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static gdouble
|
static gdouble
|
||||||
|
Loading…
x
Reference in New Issue
Block a user