diff --git a/content/svg/content/src/nsSVGFilterElement.h b/content/svg/content/src/nsSVGFilterElement.h index 44af5ab5cca..35761dedf0f 100644 --- a/content/svg/content/src/nsSVGFilterElement.h +++ b/content/svg/content/src/nsSVGFilterElement.h @@ -61,10 +61,6 @@ protected: nsINodeInfo *aNodeInfo); nsSVGFilterElement(nsINodeInfo* aNodeInfo); - // nsISVGValue interface: - NS_IMETHOD SetValueString(const nsAString &aValue) { return NS_OK; } - NS_IMETHOD GetValueString(nsAString& aValue) { return NS_ERROR_NOT_IMPLEMENTED; } - public: // interfaces: