Code

False trunk directory removal
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGAltGlyphElement.java
diff --git a/trunk/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java b/trunk/src/bind/java/org/w3c/dom/svg/SVGAltGlyphElement.java
deleted file mode 100644 (file)
index 4362efb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.w3c.dom.svg;
-
-import org.w3c.dom.DOMException;
-
-public interface SVGAltGlyphElement extends 
-               SVGTextPositioningElement,
-               SVGURIReference {
-  public String getGlyphRef( );
-  public void      setGlyphRef( String glyphRef )
-                       throws DOMException;
-  public String getFormat( );
-  public void      setFormat( String format )
-                       throws DOMException;
-}