JAL-3390 showSelectedChains pulled up to base class for Jmol/Chimera
[jalview.git] / src / jalview / gui / ChimeraViewFrame.java
index 1a5ed5e..71e90d9 100644 (file)
@@ -357,20 +357,6 @@ public class ChimeraViewFrame extends StructureViewerBase
   }
 
   /**
-   * Show only the selected chain(s) in the viewer
-   */
-  @Override
-  void showSelectedChains()
-  {
-    setSelectedChains();
-
-    /*
-     * refresh display without resizing - easier to see what changed
-     */
-    jmb.showStructures(getAlignmentPanel().getAlignViewport(), false);
-  }
-
-  /**
    * Close down this instance of Jalview's Chimera viewer, giving the user the
    * option to close the associated Chimera window (process). They may wish to
    * keep it open until they have had an opportunity to save any work.