summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncAElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncAElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncAElement.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncAElement.java b/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncAElement.java
deleted file mode 100644
index f2296c9..0000000
--- a/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncAElement.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * SVGFEFuncRElement.java
- *
- * Created on April 13, 2007, 10:49 AM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
-
-package com.kitfox.salamander.svg.filter;
-
-/**
- * The SVGFEFuncAElement interface corresponds to the 'feFuncA' element.
- * @author kitfox
- */
-public interface SVGFEFuncAElement extends SVGComponentTransferFunctionElement
-{
-
-}