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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-11 03:34:41 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-11 03:34:41 +0400
commitc9dc80111b63fc1b28cae27d6f7ed02ee3bd53db (patch)
tree4e5a52579c7e0451f04b8f18bb25ef989a798939 /source/blender/editors/mesh/mesh_intern.h
parent5083e0737f6413c63ab49b82735333534181d9b4 (diff)
parent245345fba5f44b5c8562c826ca0053fa5bbd2ff3 (diff)
Merged changes in the trunk up to revision 52858.
Congratulations to all trunk devs on the Blender 2.65 release!
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 58f05df83f1..043679b9d8a 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -80,9 +80,6 @@ int EDBM_op_finish(struct BMEditMesh *em, struct BMOperator *bmop,
void EDBM_flag_disable_all(struct BMEditMesh *em, const char hflag);
void EDBM_stats_update(struct BMEditMesh *em);
-/* TODO, move to math_geometry.c */
-float labda_PdistVL2Dfl(const float v1[3], const float v2[3], const float v3[3]);
-
/* ******************** editface.c */
void MESH_OT_separate(struct wmOperatorType *ot);