Cleanup: remove redundant lattice de-selection

This commit is contained in:
Campbell Barton 2022-03-30 13:16:40 +11:00
parent eddffdd398
commit 573b78b351
1 changed files with 0 additions and 1 deletions

View File

@ -664,7 +664,6 @@ bool ED_lattice_select_pick(bContext *C, const int mval[2], const struct SelectP
break;
}
case SEL_OP_SET: {
ED_lattice_flags_set(vc.obedit, 0);
bp->f1 |= SELECT;
break;
}