mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 07:20:46 +00:00
LibWeb: Remove unused member in LayoutNodeWithStyle, found by Coverity
This commit is contained in:
parent
82b3dab1b5
commit
832b3256d3
Notes:
sideshowbarker
2024-07-19 03:31:18 +09:00
Author: https://github.com/bgianfo
Commit: 832b3256d3
Pull-request: https://github.com/SerenityOS/serenity/pull/3184
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ private:
|
||||||
|
|
||||||
NonnullRefPtr<CSS::StyleProperties> m_specified_style;
|
NonnullRefPtr<CSS::StyleProperties> m_specified_style;
|
||||||
CSS::Position m_position;
|
CSS::Position m_position;
|
||||||
CSS::TextAlign m_text_align;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class LayoutNodeWithStyleAndBoxModelMetrics : public LayoutNodeWithStyle {
|
class LayoutNodeWithStyleAndBoxModelMetrics : public LayoutNodeWithStyle {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue