JAL-3032 upgrade to Jmol 14.29.17; clearing of src2 directory
[jalview.git] / src2 / fr / orsay / lri / varna / models / treealign / GraphvizDrawableNodeValue.java
diff --git a/src2/fr/orsay/lri/varna/models/treealign/GraphvizDrawableNodeValue.java b/src2/fr/orsay/lri/varna/models/treealign/GraphvizDrawableNodeValue.java
deleted file mode 100644 (file)
index 46c50ec..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package fr.orsay.lri.varna.models.treealign;
-
-/**
- * A tree can be displayed using graphviz (using class TreeGraphviz)
- * if the node values in the tree implement this interface.
- * 
- * @author Raphael Champeimont
- */
-public interface GraphvizDrawableNodeValue {
-       /**
-        * Returns a string that will be displayed on the node by graphviz.
-        */
-       public String toGraphvizNodeName();
-}