JAL-2694 StructureSelectionManager.getMapping takes a list of Chain IDs per sequence...
[jalview.git] / src / jalview / gui / ChimeraViewFrame.java
index ba360af..305df8a 100644 (file)
@@ -219,7 +219,7 @@ public class ChimeraViewFrame extends StructureViewerBase
      * If the PDB file is already loaded, the user may just choose to add to an
      * existing viewer (or cancel)
      */
-    if (addAlreadyLoadedFile(seq, chains, ap, pdbId))
+    if (addAlreadyLoadedFile(seq, ap, pdbId))
     {
       return;
     }