Prov not used in this version
[jalview.git] / src / jalview / datamodel / Alignment.java
index 71ebbee..338294b 100755 (executable)
@@ -34,7 +34,6 @@ public class Alignment implements AlignmentI
     protected Vector groups = new Vector();\r
     protected Vector superGroup = new Vector();\r
     protected char gapCharacter = '-';\r
-    protected Provenance provenance;\r
     protected int type = NUCLEOTIDE;\r
     public static final int PROTEIN = 0;\r
     public static final int NUCLEOTIDE = 1;\r
@@ -724,12 +723,4 @@ public class Alignment implements AlignmentI
       return dataset;\r
     }\r
 \r
-    public void setProvenance(Provenance prov)\r
-    {\r
-      provenance = prov;\r
-    }\r
-    public Provenance getProvenance()\r
-    {\r
-      return provenance;\r
-    }\r
 }\r