JAL-3253 preliminary static fixes for JavaScript part 2
[jalview.git] / src / jalview / gui / ColourMenuHelper.java
index 6d0d0c9..e38b55b 100644 (file)
@@ -314,7 +314,7 @@ public class ColourMenuHelper
     }
     else
     {
-      Cache.applicationProperties.remove("USER_DEFINED_COLOURS");
+      Cache.removePropertyNoSave("USER_DEFINED_COLOURS");
     }
   }
 }