LibWeb: Remove StyleComputer::root_element_font_metrics_for_element

This method is now unused so can be removed
This commit is contained in:
Callum Law 2025-09-03 20:17:51 +12:00 committed by Sam Atkins
commit c6049e6853
Notes: github-actions[bot] 2025-09-19 09:09:02 +00:00
2 changed files with 0 additions and 9 deletions

View file

@ -300,8 +300,6 @@ private:
using FontLoaderList = Vector<GC::Ref<FontLoader>>;
HashMap<OwnFontFaceKey, FontLoaderList> m_loaded_fonts;
[[nodiscard]] Length::FontMetrics const& root_element_font_metrics_for_element(GC::Ptr<DOM::Element const>) const;
Length::FontMetrics m_default_font_metrics;
Length::FontMetrics m_root_element_font_metrics;