diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/StyleResolver.h')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/StyleResolver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/StyleResolver.h b/Userland/Libraries/LibWeb/CSS/StyleResolver.h index 7fa000c016..f21415706f 100644 --- a/Userland/Libraries/LibWeb/CSS/StyleResolver.h +++ b/Userland/Libraries/LibWeb/CSS/StyleResolver.h @@ -41,8 +41,6 @@ public: CustomPropertyResolutionTuple resolve_custom_property_with_specificity(DOM::Element&, String const&) const; Optional<StyleProperty> resolve_custom_property(DOM::Element&, String const&) const; - static bool is_inherited_property(CSS::PropertyID); - private: template<typename Callback> void for_each_stylesheet(Callback) const; |