Merge branch 'develop' into features/JAL-2094_colourInterface
[jalview.git] / src / jalview / ws / sifts / MappingOutputPojo.java
index c06e51f..aa65f49 100644 (file)
@@ -20,8 +20,6 @@ public class MappingOutputPojo
 
   private String type;
 
-  private int wrapHeight;
-
   private static final int MAX_ID_LENGTH = 30;
 
   public String getSeqName()
@@ -116,14 +114,5 @@ public class MappingOutputPojo
     this.type = type;
   }
 
-  public int getWrapHeight()
-  {
-    return wrapHeight;
-  }
-
-  public void setWrapHeight(int wrapHeight)
-  {
-    this.wrapHeight = wrapHeight;
-  }
 
 }