JAL-3400 include sequence name in View | Show Chain menu
[jalview.git] / src / jalview / ext / rbvi / chimera / JalviewChimeraBinding.java
index 381bbea..a5273f5 100644 (file)
@@ -76,8 +76,6 @@ public abstract class JalviewChimeraBinding extends AAStructureBindingModel
 
   private static final String ALPHACARBON = "CA";
 
-  private List<String> chainNames = new ArrayList<>();
-
   private Hashtable<String, String> chainFile = new Hashtable<>();
 
   /*
@@ -1021,18 +1019,6 @@ public abstract class JalviewChimeraBinding extends AAStructureBindingModel
   }
 
   /**
-   * Returns a list of chains mapped in this viewer. Note this list is not
-   * currently scoped per structure.
-   * 
-   * @return
-   */
-  @Override
-  public List<String> getChainNames()
-  {
-    return chainNames;
-  }
-
-  /**
    * Send a 'focus' command to Chimera to recentre the visible display
    */
   public void focusView()