Cleanup: Unused parameters and variables.

This commit is contained in:
2023-01-30 09:45:42 +01:00
parent 3649c05f57
commit be8778355a
3 changed files with 2 additions and 3 deletions

View File

@@ -455,7 +455,6 @@ UvVertMap *BM_uv_vert_map_create(BMesh *bm, const bool use_select)
BM_mesh_elem_index_ensure(bm, BM_VERT | BM_FACE);
const int totfaces = bm->totface;
const int totverts = bm->totvert;
int totuv = 0;