Discard a TODO

This commit is contained in:
Ian Gulliver
2019-07-10 21:45:36 +00:00
parent 5c9194179c
commit 4fa89d4237

View File

@@ -3,7 +3,6 @@ class Layout {
this.graph_ = graph;
this.nodes_ = [];
// TODO: value should be a set, not a single value, for groups
this.nodesByPos_ = new StringMap();
this.nodesByGraphNode_ = new Map();
this.linksByPos_ = new StringMap();