Parcourir la source

LibWeb: Remove outdated comment about definite calc() sizes

We already do determine whether calc() sizes are definite, so this
comment was not necessary.
Andreas Kling il y a 1 an
Parent
commit
a0ed8bdb57
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Userland/Libraries/LibWeb/Layout/LayoutState.cpp

+ 0 - 1
Userland/Libraries/LibWeb/Layout/LayoutState.cpp

@@ -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;
     };