From: amwaterhouse Date: Thu, 12 May 2005 09:09:44 +0000 (+0000) Subject: conservation removed X-Git-Tag: Release_2_0~298 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5d2e589a842cf831e4fdeff6b8ed7e7ce6729fd5;p=jalview.git conservation removed --- diff --git a/src/jalview/datamodel/Alignment.java b/src/jalview/datamodel/Alignment.java index 2355a20..15a1455 100755 --- a/src/jalview/datamodel/Alignment.java +++ b/src/jalview/datamodel/Alignment.java @@ -14,7 +14,6 @@ public class Alignment implements AlignmentI protected Vector superGroup = new Vector(); protected char gapCharacter = '-'; public AlignmentAnnotation [] annotations; - public Conservation conservation; public boolean featuresAdded = false;