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/bytecode/bytecode.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bytecode/bytecode.h') diff --git a/src/bytecode/bytecode.h b/src/bytecode/bytecode.h index 64c68ac..e773613 100644 --- a/src/bytecode/bytecode.h +++ b/src/bytecode/bytecode.h @@ -167,10 +167,6 @@ static inline bool isInherit(uint32_t OPV) return getFlags(OPV) & 0x2; } -#ifndef NDEBUG -void css_bytecode_dump(void *bytecode, uint32_t length, FILE *fp); -#endif - #endif -- cgit v1.2.3