summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAnimatedNumber.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAnimatedNumber.h')
-rw-r--r--WebCore/svg/SVGAnimatedNumber.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/WebCore/svg/SVGAnimatedNumber.h b/WebCore/svg/SVGAnimatedNumber.h
index 04410d7..6897aad 100644
--- a/WebCore/svg/SVGAnimatedNumber.h
+++ b/WebCore/svg/SVGAnimatedNumber.h
@@ -22,22 +22,11 @@
#if ENABLE(SVG)
#include "SVGAnimatedStaticPropertyTearOff.h"
-#include "SVGAnimatedPropertyMacros.h"
namespace WebCore {
typedef SVGAnimatedStaticPropertyTearOff<float> SVGAnimatedNumber;
-// Helper macros to declare/define a SVGAnimatedNumber object
-#define DECLARE_ANIMATED_NUMBER(UpperProperty, LowerProperty) \
-DECLARE_ANIMATED_PROPERTY(SVGAnimatedNumber, float, UpperProperty, LowerProperty)
-
-#define DEFINE_ANIMATED_NUMBER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
-DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumber, float, UpperProperty, LowerProperty)
-
-#define DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty) \
-DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedNumber, float, UpperProperty, LowerProperty)
-
} // namespace WebCore
#endif // ENABLE(SVG)