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:
authorTon Roosendaal <ton@blender.org>2004-04-21 18:15:37 +0400
committerTon Roosendaal <ton@blender.org>2004-04-21 18:15:37 +0400
commitdb8cdac8d1db25cd6100ae9411c52e15ce78172a (patch)
tree35e929385cf716af93de0688080038a053c66ac5 /source/creator
parent9722b256377ac47a8f357caafdf37d309f0fb5bd (diff)
Forgot to remove test prints from creator.c
Also added note about removing audio init in comment.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 48aa5afcb84..67c05422ed2 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -414,17 +414,14 @@ int main(int argc, char **argv)
}
}
-printf("before BPY_start_python\n");
BPY_start_python();
/**
* NOTE: sound_init_audio() *must be* after start_python,
* at least on FreeBSD.
+ * added note (ton): i removed it altogether
*/
-//printf("before init_audio\n");
-// sound_init_audio();
-printf("before BIF_init\n");
BIF_init();
/**