Revert "Merge branch 'bug/JAL-3807_jpred-with-slivka' into alpha/JAL-3066_Jalview_212...
[jalview.git] / src / jalview / ws / api / ServiceWithParameters.java
index 4239afb..645ef34 100644 (file)
@@ -2,7 +2,6 @@ package jalview.ws.api;
 
 import jalview.bin.Cache;
 import jalview.gui.AlignFrame;
-import jalview.ws.jws2.JPredClient;
 import jalview.ws.jws2.MsaWSClient;
 import jalview.ws.jws2.SequenceAnnotationWSClient;
 import jalview.ws.params.ParamManager;
@@ -10,7 +9,6 @@ import jalview.ws.params.ParamManager;
 import javax.swing.JMenu;
 
 public abstract class ServiceWithParameters extends UIinfo
-    implements JalviewServiceEndpointProviderI
 {
 
   protected jalview.ws.uimodel.AlignAnalysisUIText aaui;
@@ -89,7 +87,7 @@ public abstract class ServiceWithParameters extends UIinfo
 
   protected enum ServiceClient
   {
-    MSAWSCLIENT, SEQUENCEANNOTATIONWSCLIENT, JPREDWSCLIENT;
+    MSAWSCLIENT, SEQUENCEANNOTATIONWSCLIENT;
   };
 
   protected ServiceClient style = null;
@@ -101,9 +99,6 @@ public abstract class ServiceWithParameters extends UIinfo
     case MSAWSCLIENT:
         new MsaWSClient().attachWSMenuEntry(atpoint, this, alignFrame);
       break;
-    case JPREDWSCLIENT:
-        JPredClient.getMenuEntryProvider(this).attachWSMenuEntry(atpoint, alignFrame);
-        break;
     case SEQUENCEANNOTATIONWSCLIENT:
         new SequenceAnnotationWSClient().attachWSMenuEntry(atpoint, this,
                 alignFrame);