From ec53465c830b136ff4012c5958b57faee1956c37 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 19 Jan 2009 11:06:52 +0000 Subject: 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 --- src/stylesheet.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/stylesheet.h') 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 -- cgit v1.2.3