[Bf-blender-cvs] [67c8eb1] alembic: Removed unused variable.

Lukas Tönne noreply at git.blender.org
Thu May 21 16:21:24 CEST 2015


Commit: 67c8eb148b303e2799c40df60233f0149d83d46b
Author: Lukas Tönne
Date:   Thu May 21 15:21:50 2015 +0200
Branches: alembic
https://developer.blender.org/rB67c8eb148b303e2799c40df60233f0149d83d46b

Removed unused variable.

===================================================================

M	source/blender/bmesh/intern/bmesh_strands_conv.c

===================================================================

diff --git a/source/blender/bmesh/intern/bmesh_strands_conv.c b/source/blender/bmesh/intern/bmesh_strands_conv.c
index 69fc495..50ea50c 100644
--- a/source/blender/bmesh/intern/bmesh_strands_conv.c
+++ b/source/blender/bmesh/intern/bmesh_strands_conv.c
@@ -1101,7 +1101,7 @@ static void make_particle_hair(BMesh *bm, BMVert *root, Object *ob, ParticleSyst
 void BM_strands_bm_to_psys(BMesh *bm, Object *ob, ParticleSystem *psys, struct DerivedMesh *emitter_dm, struct BVHTreeFromMesh *emitter_bvhtree)
 {
 	ParticleData *particles, *oldparticles;
-	int ototpart, ototkey, ntotpart;
+	int ototpart, ntotpart;
 	
 	BMVert *root;
 	BMIter iter;
@@ -1109,7 +1109,6 @@ void BM_strands_bm_to_psys(BMesh *bm, Object *ob, ParticleSystem *psys, struct D
 	int p;
 	
 	ototpart = psys->totpart;
-	ototkey = BM_strands_count_psys_keys(psys);
 	
 	ntotpart = BM_strands_count(bm);




More information about the Bf-blender-cvs mailing list