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>2011-02-09 05:28:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-09 05:28:11 +0300
commit3e8ddef8e570757dab6fd9b51aa0088e03d4aaaf (patch)
treeb668874d3fce47f2c3435c8be24d8a691ccb2975 /source/blender/editors/include
parent30552f9f46038a3ce7990b1b7a267c14ee2f3fac (diff)
move validation into blender kernel so it can be called by internal modifier funcs more easily.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_mesh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index 451bbe53bc9..057e5d3bf88 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -82,10 +82,6 @@ struct rcti;
#define B_FRACTAL 0x2000
#define B_SPHERE 0x4000
-/* mesh_validate.c */
-void ED_mesh_validate_arrays(struct MVert *mverts, int totvert, struct MEdge *medges, int totedge, struct MFace *mfaces, int totface);
-void ED_mesh_validate(struct Mesh *me);
-
/* meshtools.c */
intptr_t mesh_octree_table(struct Object *ob, struct EditMesh *em, float *co, char mode);