CodeFactor cleanup
This commit is contained in:
parent
115abf3c4a
commit
e954344416
4 changed files with 686 additions and 690 deletions
|
|
@ -447,6 +447,5 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
{
|
||||
DisplayCurrentTemperature();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -215,7 +215,6 @@ namespace MatterHackers.MatterControl.PrinterControls
|
|||
return hwDestinationBar;
|
||||
}
|
||||
|
||||
|
||||
private void Connection_DestinationChanged(object s, EventArgs e)
|
||||
{
|
||||
reportDestinationChanged.CallEvent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue