mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
LibHTML: Remove fixed FIXME
This commit is contained in:
parent
bbf878e987
commit
64842fd0ac
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ static Optional<Color> parse_css_color(const StringView& view)
|
||||||
if (color.has_value())
|
if (color.has_value())
|
||||||
return color;
|
return color;
|
||||||
|
|
||||||
// FIXME: Parse all valid color strings :^)
|
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue