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:
Jasper St. Pierre 2012-03-21 09:35:37 -04:00
parent 5dc1cd399c
commit 67ddf8745b

View File

@ -108,7 +108,6 @@ typedef struct _DimensionData {
gfloat final_size;
guint expand : 1;
guint shrink : 1;
guint visible : 1;
} DimensionData;