CodeFactor cleanup

This commit is contained in:
John Lewin 2018-11-16 16:12:48 -08:00
parent 115abf3c4a
commit e954344416
4 changed files with 686 additions and 690 deletions

View file

@ -447,6 +447,5 @@ namespace MatterHackers.MatterControl.ActionBar
{
DisplayCurrentTemperature();
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -273,7 +273,6 @@ namespace MatterHackers.MeshVisualizer
// Register listeners
scene.SelectionChanged += selection_Changed;
BuildVolumeColor = new ColorF(.2, .8, .3, .2).ToColor();
this.interactionLayer.DrawGlTransparentContent += Draw_GlTransparentContent;

View file

@ -215,7 +215,6 @@ namespace MatterHackers.MatterControl.PrinterControls
return hwDestinationBar;
}
private void Connection_DestinationChanged(object s, EventArgs e)
{
reportDestinationChanged.CallEvent();