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