remove unused variable

This commit is contained in:
LarsBrubaker 2020-09-15 06:47:25 -07:00
parent ad8f6aed7c
commit 58f6645fdf
19 changed files with 20 additions and 25 deletions

View file

@ -160,7 +160,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
VertexSource = outputPolygons.CreateVertexStorage();
}
public void DrawEditor(Object3DControlsLayer layer, List<Object3DView> transparentMeshes, DrawEventArgs e, ref bool suppressNormalDraw)
public void DrawEditor(Object3DControlsLayer layer, List<Object3DView> transparentMeshes, DrawEventArgs e)
{
ImageToPathObject3D.DrawPath(this);
}