summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-12 15:55:49 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-12 15:55:49 +0000
commitfeb0de14741e709472952abf5f7101a28a377c07 (patch)
tree2d8c7a618716ac23953539bad8cd592ebeba6ad3 /test
parentfe8a7ed296219875b5a6630a79f4cf6f2020ea35 (diff)
downloadlibcss-feb0de14741e709472952abf5f7101a28a377c07.tar.gz
libcss-feb0de14741e709472952abf5f7101a28a377c07.tar.bz2
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
Diffstat (limited to 'test')
-rw-r--r--test/select-auto.c3
1 files changed, 0 insertions, 3 deletions
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));