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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-04-20 16:04:07 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-04-20 16:04:07 +0400
commit01fced7e3545dbc379ef470973415eed2993a014 (patch)
treed21fd89af4cf326ec1bddb82a406e57138034612 /source
parent069a3c193c19842d126579e22237da3880333ac5 (diff)
Fix [#26884] Console is not hidden when start blender
reported by Michael R Don't print the error message, as it isn't very useful. If there is no Quicktime in Blender GUI in a build that has support enabled, it means that the user hasn't installed Quicktime.
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;