summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-19 11:06:52 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-19 11:06:52 +0000
commitec53465c830b136ff4012c5958b57faee1956c37 (patch)
treed19216b0ddd625db496bfde29e10c8dcdb3d9cbb /src/stylesheet.h
parentdc1f016626194d2f73e62e6ae6c083a7c36da013 (diff)
downloadlibcss-ec53465c830b136ff4012c5958b57faee1956c37.tar.gz
libcss-ec53465c830b136ff4012c5958b57faee1956c37.tar.bz2
Purge stylesheet dumping code from the library.
Create a common header for the test harnesses to use, instead. Fix z-index dumping while we're at it. svn path=/trunk/libcss/; revision=6146
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index fbb87b4..6439325 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -217,9 +217,5 @@ css_error css_stylesheet_rule_set_import(css_stylesheet *sheet,
css_error css_stylesheet_add_rule(css_stylesheet *sheet, css_rule *rule);
css_error css_stylesheet_remove_rule(css_stylesheet *sheet, css_rule *rule);
-#ifndef NDEBUG
-void css_stylesheet_dump(css_stylesheet *sheet, FILE *target);
-#endif
-
#endif