X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FDBRefEntryI.java;fp=src%2Fjalview%2Fapi%2FDBRefEntryI.java;h=32245b3354c03d9e1ddb3c65914b95c780f698a7;hb=7596cd64543481df859a9bd2e73a3b3bb6b2e42c;hp=2ce7e4a3ed7980ee5a13e00de24edfd7f9093b6c;hpb=2a5bc21c7dde626c7c99e98d5b8f6bfba736f738;p=jalview.git diff --git a/src/jalview/api/DBRefEntryI.java b/src/jalview/api/DBRefEntryI.java index 2ce7e4a..32245b3 100644 --- a/src/jalview/api/DBRefEntryI.java +++ b/src/jalview/api/DBRefEntryI.java @@ -48,32 +48,6 @@ public interface DBRefEntryI public void setVersion(String version); /** - * - * @param startRes - * index of start residue in the source DB - */ - public void setStartRes(int startRes); - - /** - * - * @return index of start residue in the source DB - */ - public int getStartRes(); - - /** - * - * @param endRes - * index of end residue in the source DB - */ - public void setEndRes(int endRes); - - /** - * - * @return index of end residue in the source DB - */ - public int getEndRes(); - - /** * access a mapping, if present that can be used to map positions from the * associated dataset sequence to the DBRef's sequence frame. *