JAL-1761 pattern for structure viewer construction from project file
[jalview.git] / src / jalview / gui / PymolBindingModel.java
index 21ba95c..264a49c 100644 (file)
@@ -151,14 +151,6 @@ public class PymolBindingModel extends AAStructureBindingModel
     }
   }
 
-  public boolean openSession(String pymolSessionFile)
-  {
-    StructureCommandI cmd = getCommandGenerator()
-            .loadFile(pymolSessionFile);
-    executeCommand(cmd, false);
-    return true;
-  }
-
   public boolean launchPymol()
   {
     if (pymolManager.isPymolLaunched())