Fix duplicate else statement
This commit is contained in:
parent
011d7ade15
commit
2109ac649d
1 changed files with 0 additions and 3 deletions
|
@ -316,9 +316,6 @@ void EditGCodeDialog::selection_changed(wxDataViewEvent& evt)
|
|||
else
|
||||
label = "Undef optptr";
|
||||
}
|
||||
else
|
||||
label = "Undef optptr";
|
||||
}
|
||||
|
||||
m_param_label->SetLabel(label);
|
||||
m_param_description->SetLabel(description);
|
||||
|
|
Loading…
Reference in a new issue