Index: Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
diff --git a/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp b/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
index 90fe59004a5ccb8f40db1e00b722bc122b498371..8c44117c2dc0a106af8fb1d1f0b6cb9fa45ece53 100644 |
--- a/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
+++ b/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
@@ -33,13 +33,6 @@ SVGAnimatedNumberOptionalNumber::SVGAnimatedNumberOptionalNumber(SVGElement* con |
m_secondNumber->setParentOptionalNumber(this); |
} |
-void SVGAnimatedNumberOptionalNumber::animationStarted() |
-{ |
- SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::animationStarted(); |
- m_firstNumber->animationStarted(); |
- m_secondNumber->animationStarted(); |
-} |
- |
void SVGAnimatedNumberOptionalNumber::setAnimatedValue(PassRefPtr<SVGPropertyBase> value) |
{ |
SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::setAnimatedValue(value); |