[Bf-blender-cvs] [f0fb58a] hair_immediate_fixes: Unused function declaration.

Lukas Tönne noreply at git.blender.org
Mon Sep 22 19:32:30 CEST 2014


Commit: f0fb58afe322671831bf4d72eab00dcfdb4b8ae5
Author: Lukas Tönne
Date:   Sun Sep 21 11:48:27 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rBf0fb58afe322671831bf4d72eab00dcfdb4b8ae5

Unused function declaration.

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

M	source/blender/physics/BPH_mass_spring.h

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

diff --git a/source/blender/physics/BPH_mass_spring.h b/source/blender/physics/BPH_mass_spring.h
index a1d7af9..166d040 100644
--- a/source/blender/physics/BPH_mass_spring.h
+++ b/source/blender/physics/BPH_mass_spring.h
@@ -45,8 +45,6 @@ typedef enum eMassSpringSolverStatus {
 struct Implicit_Data *BPH_mass_spring_solver_create(int numverts, int numsprings);
 void BPH_mass_spring_solver_free(struct Implicit_Data *id);
 
-const struct MassSpringSolverResult *BPH_mass_spring_solver_result(struct Implicit_Data *data);
-
 int BPH_cloth_solver_init(struct Object *ob, struct ClothModifierData *clmd);
 void BPH_cloth_solver_free(struct ClothModifierData *clmd);
 int BPH_cloth_solve(struct Object *ob, float frame, struct ClothModifierData *clmd, struct ListBase *effectors);




More information about the Bf-blender-cvs mailing list