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:
authorRob Haarsma <phaseIV@zonnet.nl>2004-12-10 16:39:05 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2004-12-10 16:39:05 +0300
commit58a503c18974dcee21c0398facdf7d1fa3138571 (patch)
treedeb04296099a31ad089962269586ba798c08b4d3
parent56242a497721889be5ddeffae04d33edfd0d5907 (diff)
Disabled debug printing. Pfft.
-rw-r--r--source/blender/quicktime/apple/quicktime_import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c
index 5b10db39996..b562d529835 100644
--- a/source/blender/quicktime/apple/quicktime_import.c
+++ b/source/blender/quicktime/apple/quicktime_import.c
@@ -51,6 +51,7 @@
#include <QuickTimeComponents.h>
#endif /* _WIN32 */
+
#include "quicktime_import.h"
#include "quicktime_export.h"
@@ -58,7 +59,7 @@
#define RECT_WIDTH(r) (r.right-r.left)
#define RECT_HEIGHT(r) (r.bottom-r.top)
-#define QTIME_DEBUG 1
+#define QTIME_DEBUG 0
void quicktime_init(void)
@@ -176,7 +177,6 @@ int anim_is_quicktime (char *name)
#else
qtname = get_valid_qtname(name);
sprintf(theFullPath, "%s", qtname);
- if(QTIME_DEBUG) printf("qt: win checking as movie: %s\n", qtname);
MEM_freeN(qtname);
CopyCStringToPascal(theFullPath, dst);