Cleanup: Remove unused node operator property

This commit is contained in:
Hans Goudey 2022-11-20 11:47:21 -06:00
parent 47c92bf8de
commit 012895e8a1
1 changed files with 0 additions and 2 deletions

View File

@ -1453,8 +1453,6 @@ void NODE_OT_find_node(wmOperatorType *ot)
/* flags */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
RNA_def_boolean(ot->srna, "prev", false, "Previous", "");
}
/** \} */