Index: Source/core/svg/SVGGElement.cpp |
diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp |
index b22e7cee4be38b0eb067cce8348444ee60d88e0d..ed9496e5029e940b8eb654cbfed05167e546b560 100644 |
--- a/Source/core/svg/SVGGElement.cpp |
+++ b/Source/core/svg/SVGGElement.cpp |
@@ -30,12 +30,6 @@ |
namespace WebCore { |
-// Animated property definitions |
- |
-BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGGElement) |
- REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement) |
-END_REGISTER_ANIMATED_PROPERTIES |
- |
SVGGElement::SVGGElement(Document& document, ConstructionType constructionType) |
: SVGGraphicsElement(SVGNames::gTag, document, constructionType) |
{ |