Collapse single use method into caller

This commit is contained in:
John Lewin 2019-01-31 22:41:20 -08:00
parent ff7b8e40cf
commit 7293319e4e
2 changed files with 6 additions and 9 deletions

View file

@ -421,7 +421,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
}
private void Draw_GlTransparentContent(object sender, DrawEventArgs e)
private void Draw_GlTransparentContent(DrawEventArgs e)
{
var gcodeOptions = sceneContext.RendererOptions;