use calloc instead of memset and get rid of a duplicated field

This commit is contained in:
Christopher Chedeau
2014-04-18 16:03:29 -07:00
parent 75ab7b6f39
commit 02d8f35b9a
2 changed files with 1 additions and 3 deletions

View File

@@ -60,7 +60,6 @@ typedef struct {
float padding[4];
float position[4];
float dimensions[2];
css_layout_t layout;
} css_style_t;
typedef struct css_node {