Remove the OBJECT_OT_test_multires operator.

Originated in r35213, appears to have been some test for multires in
BMesh.
This commit is contained in:
2012-03-10 05:15:17 +00:00
parent d3ffa53f78
commit 24b676e370
3 changed files with 0 additions and 61 deletions

View File

@@ -214,8 +214,6 @@ void ED_operatortypes_object(void)
WM_operatortype_append(OBJECT_OT_bake_image);
WM_operatortype_append(OBJECT_OT_drop_named_material);
WM_operatortype_append(OBJECT_OT_test_multires);
}
void ED_operatormacros_object(void)