diff --git a/editor/libeditor/CSSEditUtils.h b/editor/libeditor/CSSEditUtils.h index b65f78bbf647..5ae2f23dd4f6 100644 --- a/editor/libeditor/CSSEditUtils.h +++ b/editor/libeditor/CSSEditUtils.h @@ -175,12 +175,6 @@ class CSSEditUtils final { return GetCSSEquivalentToHTMLInlineStyleSetInternal( aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); } - static nsresult GetSpecifiedCSSEquivalentToHTMLInlineStyleSet( - nsIContent& aContent, nsAtom* aHTMLProperty, nsAtom* aAttribute, - nsAString& aValue) { - return GetCSSEquivalentToHTMLInlineStyleSetInternal( - aContent, aHTMLProperty, aAttribute, aValue, StyleType::Specified); - } /** * Does the node aNode (or his parent if it is not an element node) carries