Index: Source/core/svg/SVGFontElement.cpp |
diff --git a/Source/core/svg/SVGFontElement.cpp b/Source/core/svg/SVGFontElement.cpp |
index 50a6b7af479a790586104cb6e0796aa32ccc4c85..862526d5cdd35b67e8cf528895af9dbdeabbfee7 100644 |
--- a/Source/core/svg/SVGFontElement.cpp |
+++ b/Source/core/svg/SVGFontElement.cpp |
@@ -33,12 +33,6 @@ |
namespace WebCore { |
-// Animated property definitions |
- |
-BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFontElement) |
- REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement) |
-END_REGISTER_ANIMATED_PROPERTIES |
- |
inline SVGFontElement::SVGFontElement(Document& document) |
: SVGElement(SVGNames::fontTag, document) |
, m_missingGlyph(0) |