JAL-3253 code tidies and tweaks to Desktop
[jalview.git] / src / jalview / io / JalviewFileFilter.java
index a702aae..cc63a22 100755 (executable)
@@ -30,8 +30,6 @@ import javax.swing.filechooser.FileFilter;
 
 public class JalviewFileFilter extends FileFilter
 {
-  // public static Hashtable suffixHash = new Hashtable();
-
   private Map<String, JalviewFileFilter> filters = null;
 
   private String description = "no description";
@@ -135,8 +133,6 @@ public class JalviewFileFilter extends FileFilter
       {
         return filename.substring(i + 1).toLowerCase();
       }
-
-      ;
     }
 
     return "";