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>2012-02-12 22:49:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-12 22:49:56 +0400
commit5b2ea6f8a4c2414042ce7d96be5d42b54c9a8459 (patch)
treef3f69734b6cdc36e13b7b82bc0585adcf3ec733c /source/blender/editors/include/ED_mesh.h
parent37ff2a291f38548e1ac9d5d31939ecda0bea65ed (diff)
remove bm_get_cd_float, use CustomData_bmesh_get instead, this function only casts to a float, and doesnt simplify args.
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index b3d86b66b62..50fbf6fbb15 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -97,8 +97,6 @@ struct ToolSettings;
#define B_FRACTAL 0x2000
#define B_SPHERE 0x4000
-float *bm_get_cd_float(struct CustomData *cdata, void *data, int type);
-
intptr_t mesh_octree_table(struct Object *ob, struct BMEditMesh *em, float *co, char mode);
int mesh_mirrtopo_table(struct Object *ob, char mode);