Cleanup: Remove unused properties from node Viewer Region operator

The operator would define the `deselect` and `extend` properties,
without actually using them. It's confusing to have them in the keymap
item UI.
This commit is contained in:
Julian Eisel 2020-10-13 15:43:21 +02:00
parent c82d167d81
commit 48b52e06b0
1 changed files with 1 additions and 1 deletions

View File

@ -2724,7 +2724,7 @@ void NODE_OT_viewer_border(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
/* properties */
WM_operator_properties_gesture_box_select(ot);
WM_operator_properties_gesture_box(ot);
}
static int clear_viewer_border_exec(bContext *C, wmOperator *UNUSED(op))