瀏覽代碼

LibWeb: Remove declarations for LineBoxFragment methods that don't exist

Sam Atkins 2 年之前
父節點
當前提交
57a69f15ff
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Userland/Libraries/LibWeb/Layout/LineBoxFragment.h

+ 0 - 4
Userland/Libraries/LibWeb/Layout/LineBoxFragment.h

@@ -67,10 +67,6 @@ public:
 
 
     Gfx::FloatRect selection_rect(Gfx::Font const&) const;
     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:
 private:
     Node const& m_layout_node;
     Node const& m_layout_node;
     int m_start { 0 };
     int m_start { 0 };