summaryrefslogtreecommitdiff
path: root/src/lex
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex')
-rw-r--r--src/lex/lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lex/lex.c b/src/lex/lex.c
index ad513c9..2b565d0 100644
--- a/src/lex/lex.c
+++ b/src/lex/lex.c
@@ -417,7 +417,6 @@ css_error emitToken(css_lexer *lexer, css_token_type type,
t->data.len -= 1;
break;
case CSS_TOKEN_DIMENSION:
- /** \todo Do we want to separate the value from the units? */
break;
case CSS_TOKEN_URI:
/* Strip the "url(" from the start */