From dad7afa1afaa7433bd7ee3b62a788fa19a6d2cd3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 21 Mar 2013 14:16:55 +0000 Subject: code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lots of tools are 3d :)), and redundant assignment. --- source/blender/bmesh/operators/bmo_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/operators/bmo_utils.c b/source/blender/bmesh/operators/bmo_utils.c index 6398d9d04b1..76962807cd5 100644 --- a/source/blender/bmesh/operators/bmo_utils.c +++ b/source/blender/bmesh/operators/bmo_utils.c @@ -575,7 +575,6 @@ void bmo_reverse_uvs_exec(BMesh *bm, BMOperator *op) } /* now that we have the uvs in the array, reverse! */ - i = 0; BM_ITER_ELEM_INDEX (lf, &l_iter, fs, BM_LOOPS_OF_FACE, i) { /* current loop uv is the previous loop uv */ MLoopUV *luv = CustomData_bmesh_get(&bm->ldata, lf->head.data, CD_MLOOPUV); -- cgit v1.2.3