JAL-3253 preliminary static fixes for JavaScript part 2
[jalview.git] / src / jalview / gui / LineartOptions.java
index fc6fd23..62bdd35 100644 (file)
@@ -188,7 +188,7 @@ public class LineartOptions extends JPanel
     }
     else
     {
-      Cache.applicationProperties.remove(preferencesKey);
+      Cache.removePropertyNoSave(preferencesKey);
     }
   }