mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
LibWeb: Remove unused StyleSheetList::m_generation
This commit is contained in:
parent
0de488749f
commit
3efa6cedec
Notes:
sideshowbarker
2024-07-17 16:34:23 +09:00
Author: https://github.com/awesomekling
Commit: 3efa6cedec
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ private:
|
||||||
|
|
||||||
DOM::Document& m_document;
|
DOM::Document& m_document;
|
||||||
NonnullRefPtrVector<CSSStyleSheet> m_sheets;
|
NonnullRefPtrVector<CSSStyleSheet> m_sheets;
|
||||||
|
|
||||||
int m_generation { 0 };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue