Remove redundant setters of default value
- Issue MatterHackers/MCCentral#2025 Review IObject3D.ItemType and remove if possible
This commit is contained in:
parent
5274aeb752
commit
c273746a0d
5 changed files with 4 additions and 14 deletions
|
|
@ -75,7 +75,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
list.AddRange(
|
||||
discreetMeshes.Select(mesh => new Object3D()
|
||||
{
|
||||
ItemType = Object3DTypes.Model,
|
||||
Mesh = mesh
|
||||
}));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue