Fix duplicate else statement

This commit is contained in:
Ocraftyone 2023-12-27 00:48:42 -05:00
parent 011d7ade15
commit 2109ac649d
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125

View file

@ -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);