Remove redundant setters of default value

- Issue MatterHackers/MCCentral#2025
Review IObject3D.ItemType and remove if possible
This commit is contained in:
John Lewin 2017-10-02 11:28:00 -07:00
parent 5274aeb752
commit c273746a0d
5 changed files with 4 additions and 14 deletions

View file

@ -75,7 +75,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
list.AddRange(
discreetMeshes.Select(mesh => new Object3D()
{
ItemType = Object3DTypes.Model,
Mesh = mesh
}));
});