JAL-1750 View Mapping scoped to that viewer's mappings only
[jalview.git] / src / jalview / ext / rbvi / chimera / JalviewChimeraBinding.java
index 95ece8a..3c455c2 100644 (file)
@@ -1094,17 +1094,6 @@ public abstract class JalviewChimeraBinding extends AAStructureBindingModel
   }
 
   /**
-   * 
-   * @param pdbfile
-   * @return text report of alignment between pdbfile and any associated
-   *         alignment sequences
-   */
-  public String printMapping(String pdbfile)
-  {
-    return getSsm().printMapping(pdbfile);
-  }
-
-  /**
    * Ask Chimera to save its session to the given file. Returns true if
    * successful, else false.
    *