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:
authorTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
committerTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
commitbf9080d9c15e2afdff8344b37fc0d89d84b559f7 (patch)
treebe6f1fa5fd561176ab8877bf6cc5d463d693fa1a /source/blender/blenkernel/BKE_DerivedMesh.h
parent1ff595a28e541de9cf71708bb7327b8deb0598ac (diff)
2.5
Finished a couple of XXX todo's in drawing code, attempt to fix subsurf crash... didnt work yet!
Diffstat (limited to 'source/blender/blenkernel/BKE_DerivedMesh.h')
-rw-r--r--source/blender/blenkernel/BKE_DerivedMesh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_DerivedMesh.h b/source/blender/blenkernel/BKE_DerivedMesh.h
index 3e03ac3fb9f..1c5cc2ff311 100644
--- a/source/blender/blenkernel/BKE_DerivedMesh.h
+++ b/source/blender/blenkernel/BKE_DerivedMesh.h
@@ -459,9 +459,6 @@ int editmesh_get_first_deform_matrices(struct Object *, struct EditMesh *em, flo
void weight_to_rgb(float input, float *fr, float *fg, float *fb);
-/* determines required DerivedMesh data according to view and edit modes */
-CustomDataMask get_viewedit_datamask();
-
/* convert layers requested by a GLSL material to actually available layers in
* the DerivedMesh, with both a pointer for arrays and an offset for editmesh */
typedef struct DMVertexAttribs {