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:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-06-15 13:53:59 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-06-15 13:53:59 +0400
commitbab2dacc6cbc57b1fa3bdf25c9da4f1c90bcc867 (patch)
treec6f846880623a977d94f603ca87f438448726177 /source/blender/editors/mesh/meshtools.c
parenta8beff3c5efc665ab14e3ca7af785499c33d3a86 (diff)
removed unnecessary return statement
Diffstat (limited to 'source/blender/editors/mesh/meshtools.c')
-rw-r--r--source/blender/editors/mesh/meshtools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/meshtools.c b/source/blender/editors/mesh/meshtools.c
index 8b07cc51721..e34b792ab69 100644
--- a/source/blender/editors/mesh/meshtools.c
+++ b/source/blender/editors/mesh/meshtools.c
@@ -947,7 +947,6 @@ int mesh_get_x_mirror_vert(Object *ob, int index)
else {
return mesh_get_x_mirror_vert_spatial(ob, index);
}
- return 0;
}
static BMVert *editbmesh_get_x_mirror_vert_spatial(Object *ob, BMEditMesh *em, const float co[3])