mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
LibWeb: Remove unused StyleSheetList::m_generation
This commit is contained in:
parent
0de488749f
commit
3efa6cedec
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ private:
|
|||
|
||||
DOM::Document& m_document;
|
||||
NonnullRefPtrVector<CSSStyleSheet> m_sheets;
|
||||
|
||||
int m_generation { 0 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue