X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FContactMatrixI.java;h=1d20987117ba409ebb79782c9453ca51acf03f19;hb=beb2fee66dde629e3bbb7febb38d0116e1a64df2;hp=546e9791da1bf75860813b662a2de04e920c58b9;hpb=80b889f0cca49103e1b20ed806755a0719789906;p=jalview.git diff --git a/src/jalview/datamodel/ContactMatrixI.java b/src/jalview/datamodel/ContactMatrixI.java index 546e979..1d20987 100644 --- a/src/jalview/datamodel/ContactMatrixI.java +++ b/src/jalview/datamodel/ContactMatrixI.java @@ -27,9 +27,7 @@ public interface ContactMatrixI String getType(); int getWidth(); - int getHeight(); - public GroupSetI getGroupSet(); /// proxy methods to simplify use of the interface @@ -124,5 +122,4 @@ public interface ContactMatrixI } void setGroupSet(GroupSet makeGroups); - }