JAL-2944 tidies for review comments
[jalview.git] / src / jalview / gui / ChimeraViewFrame.java
index b4520c4..6342cf0 100644 (file)
@@ -635,7 +635,6 @@ public class ChimeraViewFrame extends StructureViewerBase
 
   private String fetchPdbFile(PDBEntry processingEntry) throws Exception
   {
-    // FIXME: this is duplicated code with Jmol frame ?
     String filePath = null;
     Pdb pdbclient = new Pdb();
     AlignmentI pdbseq = null;