From abb56c19398eb0708e6198dce9bf609ffcd48e75 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Fri, 18 Mar 2005 16:10:04 +0000 Subject: [PATCH] remove unused constants --- src/jalview/io/FormatProperties.java | 6 ------ 1 file changed, 6 deletions(-) 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() { -- 1.7.10.2