From feb0de14741e709472952abf5f7101a28a377c07 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 12 Mar 2011 15:55:49 +0000 Subject: Hide the CSS computed style itself. Only expose a few simple structures which we can keep sane. All property accessors are thus hidden behind a link symbol for ABI safety svn path=/trunk/libcss/; revision=11969 --- test/select-auto.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/select-auto.c b/test/select-auto.c index 4763018..6184a6c 100644 --- a/test/select-auto.c +++ b/test/select-auto.c @@ -230,9 +230,6 @@ int main(int argc, char **argv) return 1; } - printf("css_hint: %u\n", (int) sizeof(css_hint)); - printf("computed: %u\n", (int) sizeof(css_computed_style)); - memset(&ctx, 0, sizeof(ctx)); -- cgit v1.2.3