mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Remove unused members from ReplacedBox
This commit is contained in:
parent
b75a4d25b7
commit
1f9295ca2e
Notes:
github-actions[bot]
2024-10-23 09:06:34 +00:00
Author: https://github.com/gmta
Commit: 1f9295ca2e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1928
1 changed files with 0 additions and 4 deletions
|
@ -27,10 +27,6 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual bool is_replaced_box() const final { return true; }
|
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<>
|
template<>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue