JAL-3063 tidy commented out code
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 24 Sep 2018 07:53:16 +0000 (08:53 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 24 Sep 2018 07:53:16 +0000 (08:53 +0100)
src/jalview/project/Jalview2XML.java

index 3a9060e..e546789 100644 (file)
@@ -3098,8 +3098,6 @@ public class Jalview2XML
       }
 
       if (safeBoolean(jseq.isViewreference()))
-      // if (jseq.isViewreference() != null
-      // && jseq.isViewreference().booleanValue())
       {
         referenceseqForView = tmpseqs.get(tmpseqs.size() - 1);
       }
@@ -3385,8 +3383,7 @@ public class Jalview2XML
           // annotation.setAutoCalculated(true);
           // }
         }
-        if (autoForView || // (annotation.hasAutoCalculated() &&
-                annotation.isAutoCalculated())
+        if (autoForView || annotation.isAutoCalculated())
         {
           // remove ID - we don't recover annotation from other views for
           // view-specific annotation