JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / srcjar / fr / orsay / lri / varna / applications / fragseq / FragSeqNode.java
diff --git a/srcjar/fr/orsay/lri/varna/applications/fragseq/FragSeqNode.java b/srcjar/fr/orsay/lri/varna/applications/fragseq/FragSeqNode.java
deleted file mode 100644 (file)
index efdd6b0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package fr.orsay.lri.varna.applications.fragseq;
-
-import javax.swing.tree.DefaultMutableTreeNode;
-
-public class FragSeqNode extends DefaultMutableTreeNode
-{
-       
-       public FragSeqNode(Object o)
-       {
-               super(o);
-       }
-       
-       public boolean isLeaf()
-       {
-               return (this.getUserObject() instanceof FragSeqModel);
-       }
-}
\ No newline at end of file