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-08-01 21:15:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-01 21:15:11 +0400
commite03b1668e0106019eed6097678cdaf7df3885638 (patch)
treebcd01a3d905b299c8c4d5424649a99b17f744595 /source/blender/modifiers/intern/MOD_skin.c
parent6fe4ec1bdc4f8ef147e8d7db15162872004130da (diff)
code cleanup: remove unused functions
- IsectLLPt2Df - isect_point_quad_uv_v2 - isect_point_face_uv_v2 These are obsoleted by resolve_tri_uv, resolve_quad_uv also add attributes for unused function results for some math functions.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_skin.c')
-rw-r--r--source/blender/modifiers/intern/MOD_skin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_skin.c b/source/blender/modifiers/intern/MOD_skin.c
index 91dcf721e4b..df0a0266154 100644
--- a/source/blender/modifiers/intern/MOD_skin.c
+++ b/source/blender/modifiers/intern/MOD_skin.c
@@ -1039,7 +1039,7 @@ static int isect_ray_poly(const float ray_start[3],
v_first = v;
else if (v_prev != v_first) {
float dist;
- int curhit;
+ bool curhit;
curhit = isect_ray_tri_v3(ray_start, ray_dir,
v_first->co, v_prev->co, v->co,