JAL-3253 preliminary static fixes for JavaScript part 4 of 3
[jalview.git] / src / jalview / bin / Cache.java
index d7542b8..09f8de7 100755 (executable)
@@ -210,8 +210,6 @@ import org.apache.log4j.SimpleLayout;
 public class Cache
 {
 
-  static Cache instance;
-
   /**
    * In Java, this will be a static field instance, which will be
    * application-specific; in JavaScript it will be an applet-specific instance