JAL-98 fixme comment removed - nothing to do
[jalview.git] / src / jalview / analysis / AAFrequency.java
index 8b42a01..5ecd644 100755 (executable)
@@ -363,7 +363,6 @@ public class AAFrequency
     QuickSort.sort(values, symbols);
     int nextArrayPos = 2;
     int totalPercentage = 0;
-    // FIXME what if all gapped (divisor is zero)?
     final int divisor = ignoreGaps ? profile.getNonGapped() : profile
             .getHeight();