[Bf-blender-cvs] [1dbb4bc] temp_merge_gooseberry_hair: Unused function declaration.

Lukas Tönne noreply at git.blender.org
Mon Jan 19 20:49:34 CET 2015


Commit: 1dbb4bc8a04b183099e70dab4393f2f8c9545510
Author: Lukas Tönne
Date:   Sun Sep 21 11:48:27 2014 +0200
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rB1dbb4bc8a04b183099e70dab4393f2f8c9545510

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