Hastable is not used anywhere
authoramwaterhouse <Andrew Waterhouse>
Tue, 14 Dec 2004 14:48:58 +0000 (14:48 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 14 Dec 2004 14:48:58 +0000 (14:48 +0000)
src/jalview/analysis/Conservation.java
src/jalview/datamodel/Alignment.java

index 520036e..f99661e 100755 (executable)
@@ -35,13 +35,11 @@ public class Conservation {
   DrawableSequence consSequence;\r
   Hashtable        propHash;\r
   int              threshold;\r
-  Hashtable[]      freqs;\r
 \r
   String name = "";\r
 \r
-  public Conservation(String name,Hashtable[] freqs,Hashtable propHash, int threshold, Vector sequences, int start, int end) {\r
+  public Conservation(String name,Hashtable propHash, int threshold, Vector sequences, int start, int end) {\r
     this.name      = name;\r
-    this.freqs     = freqs;\r
     this.propHash  = propHash;\r
     this.threshold = threshold;\r
     this.sequences = sequences;\r
index e329cc8..abf4874 100755 (executable)
@@ -11,7 +11,6 @@ public class Alignment implements AlignmentI
 \r
   protected Vector      sequences;\r
   protected Vector      groups = new Vector();\r
-  public    Hashtable[] cons;\r
   protected char      gapCharacter = '-';\r
 \r
   /** Make an alignment from an array of Sequences.\r