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>2011-01-17 00:12:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-17 00:12:38 +0300
commitfd448bcfc7a4bfb3698ec8d88094d439b94a1a92 (patch)
tree99c8cb2ccb36333aad404636288ebe7053a92f1a /source/blender/makesdna/DNA_particle_types.h
parent26ee86b20dada4a46d31f34a25b063c65be0230c (diff)
remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index f140d60d3e9..f009f3a9eb0 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -321,7 +321,7 @@ typedef struct ParticleSystem{ /* note, make sure all (runtime) are NULL's in
#define PART_CHILD_EFFECT (1<<27)
#define PART_CHILD_LONG_HAIR (1<<28)
-#define PART_CHILD_RENDER (1<<29)
+/* #define PART_CHILD_RENDER (1<<29) */ /*UNUSED*/
#define PART_CHILD_GUIDE (1<<30)
#define PART_SELF_EFFECT (1<<22)