فهرست منبع

LibWeb: Remove unused LineBox::absolute_rect() and related things

Andreas Kling 1 سال پیش
والد
کامیت
b2bc57ff89
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      Userland/Libraries/LibWeb/Layout/LineBox.h

+ 0 - 5
Userland/Libraries/LibWeb/Layout/LineBox.h

@@ -32,16 +32,11 @@ public:
 
 
     AvailableSize original_available_width() const { return m_original_available_width; }
     AvailableSize original_available_width() const { return m_original_available_width; }
 
 
-    CSSPixelRect const& absolute_rect() const { return m_absolute_rect; }
-    void set_absolute_rect(CSSPixelRect const& rect) { m_absolute_rect = rect; }
-
 private:
 private:
     friend class BlockContainer;
     friend class BlockContainer;
     friend class InlineFormattingContext;
     friend class InlineFormattingContext;
     friend class LineBuilder;
     friend class LineBuilder;
 
 
-    CSSPixelRect m_absolute_rect;
-
     Vector<LineBoxFragment> m_fragments;
     Vector<LineBoxFragment> m_fragments;
     CSSPixels m_width { 0 };
     CSSPixels m_width { 0 };
     CSSPixels m_height { 0 };
     CSSPixels m_height { 0 };