Bug 476489 - Remove unused virtual methods from nsSVGFilterElement. r+sr=roc

This commit is contained in:
Robert Longson 2009-02-08 11:21:49 +00:00
parent 20e5a83993
commit cb484a75e6

View File

@ -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: