Hastable is not used anywhere
[jalview.git] / src / jalview / analysis / Conservation.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