mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:37:45 +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;
|
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