From: amwaterhouse Date: Fri, 18 Mar 2005 16:10:04 +0000 (+0000) Subject: remove unused constants X-Git-Tag: Release_2_0~564 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=abb56c19398eb0708e6198dce9bf609ffcd48e75;p=jalview.git remove unused constants --- diff --git a/src/jalview/io/FormatProperties.java b/src/jalview/io/FormatProperties.java index ca79f72..585f220 100755 --- a/src/jalview/io/FormatProperties.java +++ b/src/jalview/io/FormatProperties.java @@ -27,10 +27,7 @@ public class FormatProperties { static final int CLUSTAL = 2; static final int BLC = 3; static final int PIR = 4; - //static final int MSP = 5; static final int PFAM = 5; - // static final int POSTAL = 7; -// static final int JNET = 8; static FormatPropertyVector formats = new FormatPropertyVector(); @@ -42,10 +39,7 @@ public class FormatProperties { formats.add("CLUSTAL",prefix + "ClustalFile"); formats.add("BLC", prefix + "BLCFile"); formats.add("PIR", prefix + "PIRFile"); - // formats.add("MSP", prefix + "MSPFile"); formats.add("PFAM", prefix + "PfamFile"); - //formats.add("POSTAL", prefix + "PostalFile"); - // formats.add("JNET", prefix + "JnetFile"); } public static String getDefaultClassPrefix() {