X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FDBRefEntryI.java;h=32245b3354c03d9e1ddb3c65914b95c780f698a7;hb=0f40a8334651302a74a223ecd3e583451302bb42;hp=2ce7e4a3ed7980ee5a13e00de24edfd7f9093b6c;hpb=4b4c98b3be626bff6d72048447ebbac6070c2ee4;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. *