mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
table-layout: Remove unused 'shrink' field.
Ported to ClutterTableLayout from MxTable:
053a1b0429
https://bugzilla.gnome.org/show_bug.cgi?id=672557
This commit is contained in:
parent
5dc1cd399c
commit
67ddf8745b
@ -108,7 +108,6 @@ typedef struct _DimensionData {
|
|||||||
gfloat final_size;
|
gfloat final_size;
|
||||||
|
|
||||||
guint expand : 1;
|
guint expand : 1;
|
||||||
guint shrink : 1;
|
|
||||||
guint visible : 1;
|
guint visible : 1;
|
||||||
} DimensionData;
|
} DimensionData;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user