Remove obsolete NED guard. Fixes #1

main
Síle Ekaterin Liszka 2021-06-28 18:33:06 -05:00
parent be7098c822
commit e0dfdac68d
1 changed files with 0 additions and 4 deletions

View File

@ -409,10 +409,6 @@ void Exdeath::btnApply_clicked(bool trigger) {
if (idx == 0) {
idx = dist(rand);
}
if ((idx == 1) && (mode > 1)) {
error->showMessage("You can't set a custom NED with this mode; it'll break.");
return;
}
if (selNED->isEnabled() && (idx > 1)) {
patches << ":/patches/ned/" + selNED->itemData(idx).toString() + ".ips";
}