JAL-2422 general pull-up/removal of common or unused fields and methods
[jalview.git] / src / jalview / gui / JalviewChimeraBindingModel.java
index f9071ef..f6cfb59 100644 (file)
@@ -63,36 +63,6 @@ public class JalviewChimeraBindingModel extends JalviewChimeraBinding
     });
   }
 
-  @Override
-  public void updateColours(Object source)
-  {
-    AlignmentViewPanel ap = (AlignmentViewPanel) source;
-    // ignore events from panels not used to colour this view
-    if (!getViewer().isUsedForColourBy(ap))
-    {
-      return;
-    }
-    if (!isLoadingFromArchive())
-    {
-      colourBySequence(ap);
-    }
-  }
-
-  @Override
-  public void releaseReferences(Object svl)
-  {
-  }
-
-  @Override
-  protected void releaseUIResources()
-  {
-  }
-
-  @Override
-  public void refreshPdbEntries()
-  {
-  }
-
   /**
    * Send an asynchronous command to Chimera, in a new thread, optionally with
    * an 'in progress' message in a progress bar somewhere