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_object_types.h
parent655fb548aa68b4b8fd06c859d1015105ca7259bc (diff)
removing unused dna
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 10d93205ed7..0ae38422b3e 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -69,21 +69,6 @@ typedef struct BoundBox {
/* boundbox flag */
#define OB_BB_DISABLED 1
-/* OcInfo and LBuf structs are for the Enji gameengine
- * These structs are not needed anymore, both should be removed */
-
-typedef struct OcInfo {
- float dvec[3];
- float size[3];
-} OcInfo;
-
-typedef struct LBuf {
- short tot, max;
- int pad;
- struct Object **ob;
-} LBuf;
-
-
typedef struct Object {
ID id;
@@ -103,7 +88,6 @@ typedef struct Object {
ListBase constraintChannels;
ListBase effect;
- ListBase network; /* This is not used anywhere - TODO, should be removed (Campbell)*/
ListBase disp;
ListBase defbase;
ListBase modifiers; /* list of ModifierData structures */