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>2007-07-30 17:26:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-07-30 17:26:22 +0400
commit848ea23d84428fe1a9b3b5e24dcbce4f406cdb70 (patch)
tree89b37c7a59c2df274c21818145b1684f0fac9ea2 /source/blender/makesdna/DNA_mesh_types.h
parent655fb548aa68b4b8fd06c859d1015105ca7259bc (diff)
removing unused dna
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 04d5f2124c4..953c8176962 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -71,9 +71,6 @@ typedef struct Mesh {
struct MSticky *msticky;
struct Mesh *texcomesh;
struct MSelect *mselect;
-
- struct OcInfo *oc; /* not written in file - TODO remove this! */
- void *sumohandle; /* this is not used anywhere anymore - TODO remove this too (Campbell)*/
struct CustomData vdata, edata, fdata;