1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:17:35 +00:00

LibWeb: Remove now-unused CustomStyleValue

This commit is contained in:
Sam Atkins 2021-12-03 20:17:17 +00:00 committed by Andreas Kling
parent 10aa06f16f
commit c9062b4ed5
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;