Remove unused DrawGlTransparentContent event

This commit is contained in:
John Lewin 2019-01-31 22:51:34 -08:00
parent 7293319e4e
commit 5c54285392
2 changed files with 3 additions and 4 deletions

View file

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