summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/DeprecatedSVGAnimatedTemplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/DeprecatedSVGAnimatedTemplate.h')
-rw-r--r--WebCore/svg/DeprecatedSVGAnimatedTemplate.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/WebCore/svg/DeprecatedSVGAnimatedTemplate.h b/WebCore/svg/DeprecatedSVGAnimatedTemplate.h
index 9258692..7021d12 100644
--- a/WebCore/svg/DeprecatedSVGAnimatedTemplate.h
+++ b/WebCore/svg/DeprecatedSVGAnimatedTemplate.h
@@ -27,10 +27,10 @@
#include <wtf/Forward.h>
#include <wtf/HashMap.h>
+// FIXME: Remove this file!
namespace WebCore {
class SVGElement;
- class SVGTransformList;
struct DeprecatedSVGAnimatedTypeWrapperKey {
// Empty value
@@ -151,9 +151,6 @@ namespace WebCore {
return wrapper.release();
}
- // Common type definitions, to ease IDL generation.
- typedef DeprecatedSVGAnimatedTemplate<SVGTransformList*> SVGAnimatedTransformList;
-
}
#endif