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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user