1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:57:44 +00:00

LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()

This commit is contained in:
Andreas Kling 2021-08-26 11:26:18 +02:00
parent bb399c6955
commit cf8f1c5a5f
2 changed files with 0 additions and 9 deletions

View file

@ -39,7 +39,6 @@ public:
Length length_or_fallback(CSS::PropertyID, const Length& fallback) const;
LengthBox length_box(CSS::PropertyID left_id, CSS::PropertyID top_id, CSS::PropertyID right_id, CSS::PropertyID bottom_id, const CSS::Length& default_value) const;
String string_or_fallback(CSS::PropertyID, const StringView& fallback) const;
Color color_or_fallback(CSS::PropertyID, const DOM::Document&, Color fallback) const;
Optional<CSS::TextAlign> text_align() const;
CSS::Display display() const;