JAL-1588 part work save/restore of Chimera session
[jalview.git] / src / jalview / gui / AppJmolBinding.java
index c70380c..131f5bb 100644 (file)
@@ -173,25 +173,6 @@ public class AppJmolBinding extends JalviewJmolBinding
     appJmolWindow.showConsole(b);
   }
 
-  /**
-   * add the given sequences to the mapping scope for the given pdb file handle
-   * 
-   * @param pdbFile
-   *          - pdbFile identifier
-   * @param seq
-   *          - set of sequences it can be mapped to
-   */
-  public void addSequenceForStructFile(String pdbFile, SequenceI[] seq)
-  {
-    for (int pe = 0; pe < getPdbCount(); pe++)
-    {
-      if (getPdbEntry(pe).getFile().equals(pdbFile))
-      {
-        addSequence(pe, seq);
-      }
-    }
-  }
-
   @Override
   protected JmolAppConsoleInterface createJmolConsole(JmolViewer viewer2,
           Container consolePanel, String buttonsToShow)