Remove dead code
This commit is contained in:
parent
316caff877
commit
6a99f16d6e
4 changed files with 12 additions and 723 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Copyright (c) 2017, Lars Brubaker, John Lewin
|
||||
Copyright (c) 2018, Lars Brubaker, John Lewin
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -38,6 +38,17 @@ using MatterHackers.SerialPortCommunication.FrostedSerial;
|
|||
|
||||
namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
||||
{
|
||||
public class SerialPortIndexRadioButton : RadioButton
|
||||
{
|
||||
public string PortValue;
|
||||
|
||||
public SerialPortIndexRadioButton(string label, string value)
|
||||
: base(label)
|
||||
{
|
||||
PortValue = value;
|
||||
}
|
||||
}
|
||||
|
||||
public class SetupStepComPortManual : DialogPage
|
||||
{
|
||||
private GuiWidget nextButton;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue