From 57a69f15ffa43bf2bbc76a98da2890090323a7c6 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 4 Nov 2022 16:55:13 +0000 Subject: [PATCH] LibWeb: Remove declarations for LineBoxFragment methods that don't exist --- Userland/Libraries/LibWeb/Layout/LineBoxFragment.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h b/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h index 892b7271d0..4d938ab1d0 100644 --- a/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h +++ b/Userland/Libraries/LibWeb/Layout/LineBoxFragment.h @@ -67,10 +67,6 @@ public: Gfx::FloatRect selection_rect(Gfx::Font const&) const; - float height_of_inline_level_box(LayoutState const&) const; - float top_of_inline_level_box(LayoutState const&) const; - float bottom_of_inline_level_box(LayoutState const&) const; - private: Node const& m_layout_node; int m_start { 0 };