LibWeb: Remove now-unused CustomStyleValue

This commit is contained in:
Sam Atkins 2021-12-03 20:17:17 +00:00 committed by Andreas Kling
commit c9062b4ed5
Notes: sideshowbarker 2024-07-17 23:02:29 +09:00
6 changed files with 3 additions and 48 deletions

View file

@ -35,7 +35,6 @@ class CSSStyleDeclaration;
class CSSStyleRule;
class CSSStyleSheet;
class CSSSupportsRule;
class CustomStyleValue;
class Display;
class ElementInlineCSSStyleDeclaration;
class FlexFlowStyleValue;