Removed old TODO
[Mograsim.git] / plugins / net.mograsim.logic.model / src / net / mograsim / logic / model / BitVectorFormatter.java
index 4836ed1..be77c93 100644 (file)
@@ -76,7 +76,6 @@ public class BitVectorFormatter
                return bitvector;
        }
 
-       // TODO doesn't this belong to logic.model?
        public static ColorDefinition formatAsColor(RenderPreferences renderPrefs, ReadEnd end)
        {
                return formatAsColor(renderPrefs, end == null ? null : end.getValues());