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>2018-12-01 11:55:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-01 11:55:52 +0300
commit2699ababa9dc5f5ffb1c5d269d1bba8a38d361db (patch)
tree497ccae17c0284d8feff9d920a8d3556de630a0b /source/blender/editors/mesh/editmesh_select_similar.c
parent40f45a7eac620fd8b99b3f29f3d0cac3c855dc84 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/mesh/editmesh_select_similar.c')
-rw-r--r--source/blender/editors/mesh/editmesh_select_similar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_select_similar.c b/source/blender/editors/mesh/editmesh_select_similar.c
index 89e821c52d8..304d1b81eab 100644
--- a/source/blender/editors/mesh/editmesh_select_similar.c
+++ b/source/blender/editors/mesh/editmesh_select_similar.c
@@ -307,7 +307,6 @@ static int similar_face_select_exec(bContext *C, wmOperator *op)
float dummy[3] = {perimeter, 0.0f, 0.0f};
BLI_kdtree_insert(tree, tree_index++, dummy);
break;
- break;
}
case SIMFACE_NORMAL:
{