Index: Source/core/svg/SVGAElement.cpp |
diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp |
index adb80ce75f8b0526cc90772eafeb77221c13161c..1ac0164c6c3e7962e4348c90cf6cc46773694018 100644 |
--- a/Source/core/svg/SVGAElement.cpp |
+++ b/Source/core/svg/SVGAElement.cpp |
@@ -54,12 +54,6 @@ namespace WebCore { |
using namespace HTMLNames; |
-// Animated property definitions |
- |
-BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGAElement) |
- REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement) |
-END_REGISTER_ANIMATED_PROPERTIES |
- |
inline SVGAElement::SVGAElement(Document& document) |
: SVGGraphicsElement(SVGNames::aTag, document) |
, SVGURIReference(this) |