Closed rprospero closed 3 years ago
The ListItem class is needed for every class that is stored in the custom List container. Removing references to ListItem allows us to progressively remove our dependence on the List class.
This is part of pr #245
PR #255 and #256 should trivially check off two of these boxes.
We have removed the List class from Dissolve.
The ListItem class is needed for every class that is stored in the custom List container. Removing references to ListItem allows us to progressively remove our dependence on the List class.
This is part of pr #245