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

@ -65,8 +65,6 @@ namespace MatterHackers.MatterControl.DesignTools
public enum ThresholdFunctions { Silhouette, Intensity, Alpha, Hue }
public override bool CanRemove => true;
public ThresholdFunctions FeatureDetector
{
get { return _featureDetector; }

View file

@ -47,7 +47,6 @@ namespace MatterHackers.MatterControl.DesignTools
public double Height { get; set; } = 5;
public override bool CanApply => true;
public override bool CanRemove => true;
[JsonIgnore]
private IVertexSource VertexSource