mistakenly uploaded test version
[jalview.git] / src / jalview / io / IdentifyFile.java
index fc9938f..621cfac 100755 (executable)
@@ -179,15 +179,6 @@ public class IdentifyFile
             break;
           }
         }
-        if (data.startsWith("<?xml"))
-        {
-          data = source.nextLine();
-          if (data.startsWith("<Bsml>"))
-          {
-            reply = FileFormat.BSML;
-            break;
-          }
-        }
         data = data.toUpperCase();
 
         if (data.startsWith(ScoreMatrixFile.SCOREMATRIX))