remove unused variable
This commit is contained in:
parent
ad8f6aed7c
commit
58f6645fdf
19 changed files with 20 additions and 25 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue