LibHTML: Remove fixed FIXME

This commit is contained in:
Shannon Booth 2019-12-26 16:48:31 +13:00 committed by Andreas Kling
parent bbf878e987
commit 64842fd0ac
Notes: sideshowbarker 2024-07-19 10:39:40 +09:00

View File

@ -19,7 +19,6 @@ static Optional<Color> parse_css_color(const StringView& view)
if (color.has_value())
return color;
// FIXME: Parse all valid color strings :^)
return {};
}