Skip to content

Commit

Permalink
LibWeb: Remove unused members from ReplacedBox
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta committed Oct 23, 2024
1 parent b75a4d2 commit ccf6052
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Userland/Libraries/LibWeb/Layout/ReplacedBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ class ReplacedBox : public Box {

private:
virtual bool is_replaced_box() const final { return true; }

Optional<CSSPixels> m_intrinsic_width;
Optional<CSSPixels> m_intrinsic_height;
Optional<float> m_intrinsic_aspect_ratio;
};

template<>
Expand Down

0 comments on commit ccf6052

Please sign in to comment.