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>2013-06-27 00:15:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-27 00:15:02 +0400
commit5fac3d9db5c10499e8c2142a51d4feeb74b23df3 (patch)
tree20b2c5d79b53bfe7fcb41486b1f160bb162e9ae4 /source/blender/editors/sculpt_paint
parent2daa901ec025e30818a977664e64ab99e1fcf23e (diff)
remove bmesh arg from BM_face_legal_splits(), don't use a bmesh iterator.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_proj.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_proj.c b/source/blender/editors/sculpt_paint/paint_vertex_proj.c
index 51734447d1d..2d5de80efeb 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_proj.c
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * The Original Code is Copyright (C) 2009 Blender Foundation.
+ * The Original Code is Copyright (C) 2013 Blender Foundation.
* All rights reserved.
*
*
@@ -187,8 +187,6 @@ static void vpaint_proj_dm_map_cosnos_update(struct VertProjHandle *vp_handle,
}
dm->release(dm);
-
- (void)mval_fl;
}