LibWeb: Remove unused StyleSheetList::m_generation

This commit is contained in:
Andreas Kling 2022-03-29 15:45:29 +02:00
commit 3efa6cedec
Notes: sideshowbarker 2024-07-17 16:34:23 +09:00

View file

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