JAL-1742 suppress 'add chain' option for Jmol, pull up shared code for
[jalview.git] / src / jalview / ext / rbvi / chimera / JalviewChimeraBinding.java
index cee271a..b648bea 100644 (file)
@@ -86,11 +86,6 @@ public abstract class JalviewChimeraBinding extends AAStructureBindingModel
    */
   private boolean loadingFinished = true;
 
-  /*
-   * state flag used to check if the Chimera viewer's paint method can be called
-   */
-  private boolean finishedInit = false;
-
   public String fileLoadingError;
 
   /*
@@ -1079,16 +1074,6 @@ public abstract class JalviewChimeraBinding extends AAStructureBindingModel
     return true;
   }
 
-  public boolean isFinishedInit()
-  {
-    return finishedInit;
-  }
-
-  public void setFinishedInit(boolean finishedInit)
-  {
-    this.finishedInit = finishedInit;
-  }
-
   /**
    * Returns a list of chains mapped in this viewer. Note this list is not
    * currently scoped per structure.