1
Fork 0
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:
Andreas Kling 2022-03-29 15:45:29 +02:00
parent 0de488749f
commit 3efa6cedec

View file

@ -51,8 +51,6 @@ private:
DOM::Document& m_document;
NonnullRefPtrVector<CSSStyleSheet> m_sheets;
int m_generation { 0 };
};
}