JAL-2148 fix to heuristically determine chain termination positions. This aids in...
[jalview.git] / src / jalview / bin / Cache.java
index 23277a4..5f0ed2c 100755 (executable)
@@ -433,8 +433,6 @@ public class Cache
     StructureImportSettings
             .setDefaultPDBFileParser(jalview.bin.Cache.getDefault(
                     "DEFAULT_PDB_FILE_PARSER", DEFAULT_PDB_FILE_PARSER));
-    StructureImportSettings.setProcessHETATMs(jalview.bin.Cache.getDefault(
-            "PROCESS_HETATM", false));
     // jnlpVersion will be null if we're using InstallAnywhere
     // Dont do this check if running in headless mode
     if (jnlpVersion == null