mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibWeb: Remove now-unused CustomStyleValue
This commit is contained in:
parent
10aa06f16f
commit
c9062b4ed5
Notes:
sideshowbarker
2024-07-17 23:02:29 +09:00
Author: https://github.com/AtkinsSJ
Commit: c9062b4ed5
Pull-request: https://github.com/SerenityOS/serenity/pull/11174
6 changed files with 3 additions and 48 deletions
|
@ -73,12 +73,6 @@ ColorStyleValue const& StyleValue::as_color() const
|
|||
return static_cast<ColorStyleValue const&>(*this);
|
||||
}
|
||||
|
||||
CustomStyleValue const& StyleValue::as_custom_property() const
|
||||
{
|
||||
VERIFY(is_custom_property());
|
||||
return static_cast<CustomStyleValue const&>(*this);
|
||||
}
|
||||
|
||||
FlexStyleValue const& StyleValue::as_flex() const
|
||||
{
|
||||
VERIFY(is_flex());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue