summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGTRefElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/text/SVGTRefElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/text/SVGTRefElement.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/text/SVGTRefElement.java b/src/main/java/com/kitfox/salamander/svg/text/SVGTRefElement.java
deleted file mode 100644
index 0f70761..0000000
--- a/src/main/java/com/kitfox/salamander/svg/text/SVGTRefElement.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * SVGTRefElement.java
- *
- * Created on April 13, 2007, 9:46 AM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
-
-package com.kitfox.salamander.svg.text;
-
-import com.kitfox.salamander.svg.basic.SVGURIReference;
-
-/**
- * The SVGTRefElement interface corresponds to the 'tref' element.
- * @author kitfox
- */
-public interface SVGTRefElement extends SVGTextPositioningElement, SVGURIReference
-{
-
-}