Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-06-26 09:46:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-26 09:46:42 +0400
commita4d9c8f579a4ba2b66f2f5b8b7bbd6be9c1d4cda (patch)
tree7025cc2659b74b550743f67d9b4d11521f6a8978 /source/blender/editors/mesh/editmesh_rip.c
parente3e56971ebe494ac499675f00bd891f2d9cadaa3 (diff)
Code cleanup: casts, dead assignment & arg order.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_rip.c')
-rw-r--r--source/blender/editors/mesh/editmesh_rip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/editmesh_rip.c b/source/blender/editors/mesh/editmesh_rip.c
index 58701e776b7..3d3e41d31cc 100644
--- a/source/blender/editors/mesh/editmesh_rip.c
+++ b/source/blender/editors/mesh/editmesh_rip.c
@@ -795,8 +795,6 @@ static int edbm_rip_invoke__vert(bContext *C, wmOperator *op, const wmEvent *eve
BM_mesh_edgesplit(em->bm, true, true, true);
}
- dist_sq = FLT_MAX;
-
{
/* --- select which vert --- */
BMVert *v_best = NULL;