remove unused constants
authoramwaterhouse <Andrew Waterhouse>
Fri, 18 Mar 2005 16:10:04 +0000 (16:10 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 18 Mar 2005 16:10:04 +0000 (16:10 +0000)
src/jalview/io/FormatProperties.java

index ca79f72..585f220 100755 (executable)
@@ -27,10 +27,7 @@ public class FormatProperties {
   static final int CLUSTAL = 2;\r
   static final int BLC     = 3;\r
   static final int PIR     = 4;\r
- //static final int MSP     = 5;\r
   static final int PFAM    = 5;\r
- // static final int POSTAL  = 7;\r
-//  static final int JNET    = 8;\r
 \r
   static FormatPropertyVector formats = new FormatPropertyVector();\r
 \r
@@ -42,10 +39,7 @@ public class FormatProperties {
     formats.add("CLUSTAL",prefix + "ClustalFile");\r
     formats.add("BLC",    prefix + "BLCFile");\r
     formats.add("PIR",    prefix + "PIRFile");\r
-  //  formats.add("MSP",    prefix + "MSPFile");\r
     formats.add("PFAM",   prefix + "PfamFile");\r
-   //formats.add("POSTAL", prefix + "PostalFile");\r
-   // formats.add("JNET",   prefix + "JnetFile");\r
   }\r
 \r
   public static String getDefaultClassPrefix() {\r