mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +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())
|
||||
return color;
|
||||
|
||||
// FIXME: Parse all valid color strings :^)
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue