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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-06-10 13:23:50 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2007-06-10 13:23:50 +0400
commit2393896ceedf34cb30767a8f08e8f216826af478 (patch)
treed8e91e7b8bd402ac0c7f67eecf35651c6ddc5c7c /source/blender/makesdna/DNA_meshdata_types.h
parentc61198d00621819f19c0e2b6cabbdb65cbe2ac30 (diff)
== Multires ==
Removed an unused integer from MultiresFace
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index b2aecc57269..24432c4917c 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -109,7 +109,6 @@ typedef struct MultiresColFace {
typedef struct MultiresFace {
unsigned int v[4];
unsigned int mid;
- unsigned int childrenstart;
char flag, mat_nr, pad[2];
} MultiresFace;
typedef struct MultiresEdge {