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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/quicktime/apple/quicktime_import.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c
index 192fd3c4332..2f8cf242697 100644
--- a/source/blender/quicktime/apple/quicktime_import.c
+++ b/source/blender/quicktime/apple/quicktime_import.c
@@ -101,7 +101,6 @@ void quicktime_init(void)
nerr = InitializeQTML(0);
if (nerr != noErr) {
G.have_quicktime = FALSE;
- printf("Error initializing quicktime\n");
}
else
G.have_quicktime = TRUE;