فهرست منبع

LibWeb: Remove unused PaintableFragment member

Andreas Kling 1 سال پیش
والد
کامیت
9c5da0eed0
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Userland/Libraries/LibWeb/Painting/PaintableFragment.h

+ 0 - 1
Userland/Libraries/LibWeb/Painting/PaintableFragment.h

@@ -57,7 +57,6 @@ private:
     Painting::BorderRadiiData m_border_radii_data;
     Painting::BorderRadiiData m_border_radii_data;
     NonnullRefPtr<Gfx::GlyphRun> m_glyph_run;
     NonnullRefPtr<Gfx::GlyphRun> m_glyph_run;
     Vector<ShadowData> m_shadows;
     Vector<ShadowData> m_shadows;
-    bool m_contained_by_inline_node { false };
 };
 };
 
 
 }
 }