mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Delete unused DisplayListRecorder::display_list()
This commit is contained in:
parent
5eef78bcd8
commit
ffa6813b61
Notes:
github-actions[bot]
2025-08-01 11:01:50 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: ffa6813b61
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5676
Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 2 deletions
|
@ -157,8 +157,6 @@ public:
|
|||
DisplayListRecorder(DisplayList&);
|
||||
~DisplayListRecorder();
|
||||
|
||||
DisplayList const& display_list() const { return m_display_list; }
|
||||
|
||||
int m_save_nesting_level { 0 };
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue