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>2010-09-06 09:35:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-06 09:35:09 +0400
commitf96c7ebd9d2f19d9df7fdcedadcabc7f4a094449 (patch)
treeb77415622878b09ef0b8c1bb421f096a506a48ea /source/blender/makesdna
parentec1e0384537030c08e3575219cc043f717a75731 (diff)
committed by accident
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/intern/makesdna.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 7a2d659755a..4133afffeed 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -972,8 +972,6 @@ int make_structDNA(char *baseDirectory, FILE *file)
dna_write(file, str, 4);
len= nr_names;
dna_write(file, &len, 4);
- printf("LEEEN %d\n", len);
-
/* calculate size of datablock with strings */
cp= names[nr_names-1];