JAL-1622 duplicate assignment removed (no functional change)
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 5 Jun 2015 13:52:10 +0000 (14:52 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 5 Jun 2015 13:52:10 +0000 (14:52 +0100)
src/jalview/gui/AppJmol.java

index 1c92e56..a3f6778 100644 (file)
@@ -649,9 +649,7 @@ public class AppJmol extends StructureViewerBase
           }
           try
           {
-            pdbseq = pdbclient.getSequenceRecords(pdbid = jmb.getPdbEntry(
-                    pi)
-                    .getId());
+            pdbseq = pdbclient.getSequenceRecords(pdbid);
           } catch (OutOfMemoryError oomerror)
           {
             new OOMWarning("Retrieving PDB id " + pdbid, oomerror);