summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-03 00:04:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-03 00:04:56 +0000
commit4a9ef8ac429aa9623f74ac7f09630d4e1b3fdbd2 (patch)
tree47939e1ed171f8b1b5978f543e99f535f87110f5 /src
parentf7570781d155b3631409cc5f75c304220c691a7e (diff)
downloadlibcss-4a9ef8ac429aa9623f74ac7f09630d4e1b3fdbd2.tar.gz
libcss-4a9ef8ac429aa9623f74ac7f09630d4e1b3fdbd2.tar.bz2
No. Just no.
svn path=/trunk/libcss/; revision=11606
Diffstat (limited to 'src')
-rw-r--r--src/parse/parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parse/parse.c b/src/parse/parse.c
index 669df53..d8281ae 100644
--- a/src/parse/parse.c
+++ b/src/parse/parse.c
@@ -24,9 +24,6 @@
#undef DEBUG_STACK
#undef DEBUG_EVENTS
-/** \todo The CSSOM expects us to preserve unknown rules. We currently discard
- * all of their content, so the higher levels never see them. */
-
#ifndef NDEBUG
#include <stdio.h>
extern void parserutils_stack_dump(parserutils_stack *stack, const char *prefix,