Cleanup: Remove unneeded parameter

A parameter was added during development, but it was not needed and was
never removed. No functional changes.
This commit is contained in:
2020-09-15 08:10:23 -06:00
parent dedd9ce0aa
commit f886e13836
10 changed files with 12 additions and 12 deletions

View File

@@ -187,7 +187,7 @@ static int select_orientation_invoke(bContext *C,
pup = UI_popup_menu_begin(C, IFACE_("Orientation"), ICON_NONE);
layout = UI_popup_menu_layout(pup);
uiItemsEnumO(layout, "TRANSFORM_OT_select_orientation", "orientation", false);
uiItemsEnumO(layout, "TRANSFORM_OT_select_orientation", "orientation");
UI_popup_menu_end(C, pup);
return OPERATOR_INTERFACE;