From f886e138365b610adf932d38ba663fa81380ce29 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Tue, 15 Sep 2020 08:10:23 -0600 Subject: Cleanup: Remove unneeded parameter A parameter was added during development, but it was not needed and was never removed. No functional changes. --- source/blender/editors/space_info/info_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info/info_ops.c') diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c index dda4d8a6c78..30f36509b41 100644 --- a/source/blender/editors/space_info/info_ops.c +++ b/source/blender/editors/space_info/info_ops.c @@ -256,7 +256,7 @@ static int unpack_all_invoke(bContext *C, wmOperator *op, const wmEvent *UNUSED( layout = UI_popup_menu_layout(pup); uiLayoutSetOperatorContext(layout, WM_OP_EXEC_DEFAULT); - uiItemsEnumO(layout, "FILE_OT_unpack_all", "method", false); + uiItemsEnumO(layout, "FILE_OT_unpack_all", "method"); UI_popup_menu_end(C, pup); -- cgit v1.2.3