Eliminate CanRemove member

This commit is contained in:
John Lewin 2018-08-08 13:59:34 -07:00
parent 3508cc72b5
commit 2e838d4a04
16 changed files with 2 additions and 26 deletions

View file

@ -46,7 +46,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
}
public override bool CanApply => true;
public override bool CanRemove => true;
public override void Apply(UndoBuffer undoBuffer)
{