LibWeb: Remove outdated comment about definite calc() sizes

We already do determine whether calc() sizes are definite, so this
comment was not necessary.
This commit is contained in:
Andreas Kling 2024-03-27 11:25:15 +01:00
parent 6408321d33
commit a0ed8bdb57
Notes: sideshowbarker 2024-07-17 05:05:51 +09:00

View file

@ -466,7 +466,6 @@ void LayoutState::UsedValues::set_node(NodeWithStyle& node, UsedValues const* co
}
return false;
}
// FIXME: Determine if calc() value is definite.
return false;
};