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_scene_types.h
parent655fb548aa68b4b8fd06c859d1015105ca7259bc (diff)
removing unused dna
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 21411528e21..b1e295d835a 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -422,9 +422,8 @@ typedef struct Scene {
short use_nodes;
struct bNodeTree *nodetree;
- void *ed;
+ void *ed; /* sequence editor data is allocated here */
struct Radio *radio;
- void *sumohandle; /* TODO - remove this, its not ued anywhere (Campbell) */
struct GameFraming framing;