From 6bf467aba10fcb86ddc995b95aa756c2889f879d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 3 Aug 2009 22:12:12 +0000 Subject: Remove pointless todos svn path=/trunk/libcss/; revision=9028 --- src/parse/properties/utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/parse') diff --git a/src/parse/properties/utils.c b/src/parse/properties/utils.c index 014de6f..c7af699 100644 --- a/src/parse/properties/utils.c +++ b/src/parse/properties/utils.c @@ -158,7 +158,6 @@ css_error parse_colour_specifier(css_language *c, goto invalid; } - /** \todo Is this endian safe? */ *result = (r << 24) | (g << 16) | (b << 8); return CSS_OK; @@ -384,7 +383,6 @@ css_error parse_hash_colour(lwc_string *data, uint32_t *result) } else return CSS_INVALID; - /** \todo Is this endian safe? */ *result = (r << 24) | (g << 16) | (b << 8); return CSS_OK; -- cgit v1.2.3