summaryrefslogtreecommitdiff
path: root/src/bytecode/bytecode.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/bytecode/bytecode.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/bytecode/bytecode.h')
-rw-r--r--src/bytecode/bytecode.h4
1 files changed, 0 insertions, 4 deletions
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