summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/coordSystems/SVGAnimatedTransformList.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/coordSystems/SVGAnimatedTransformList.java')
-rwxr-xr-xsrc/main/java/com/kitfox/salamander/svg/coordSystems/SVGAnimatedTransformList.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/coordSystems/SVGAnimatedTransformList.java b/src/main/java/com/kitfox/salamander/svg/coordSystems/SVGAnimatedTransformList.java
deleted file mode 100755
index b97b70e..0000000
--- a/src/main/java/com/kitfox/salamander/svg/coordSystems/SVGAnimatedTransformList.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * SVGAnimatedTransformList.java
- *
- * Created on April 12, 2007, 2:19 PM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
-
-package com.kitfox.salamander.svg.coordSystems;
-
-import com.kitfox.salamander.svg.basic.SVGAnimatedDataType;
-
-/**
- *
- * Used for the various attributes which specify a set of transformations, such as the transform attribute which is available for many of SVG's elements, and which can be animated.
- * @author kitfox
- */
-public interface SVGAnimatedTransformList extends SVGAnimatedDataType<SVGTransformList>
-{
-}