From 0b38b3503242bef1073f7fc304c573fb9b0685a2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 12 Jan 2009 12:17:45 +0000 Subject: Lose a todo. I don't think we want to have the lexer split up dimensions into value + unit pairs. svn path=/trunk/libcss/; revision=6046 --- src/lex/lex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3