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-08 18:11:38 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2004-12-08 18:11:38 +0300
commitfe3166e140c023388a5331f67e7f34a81434c725 (patch)
tree0f92ef1681e80a8121bdb20d7847ac21be7691d5 /source/blender/imbuf
parent80b25309b191ca04bca714741e43745ceecd89a3 (diff)
removed a debug printf. (excuse to check cvs permissions)
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/bmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/bmp.c b/source/blender/imbuf/intern/bmp.c
index 6817040faa8..cc1040abdcc 100644
--- a/source/blender/imbuf/intern/bmp.c
+++ b/source/blender/imbuf/intern/bmp.c
@@ -138,8 +138,8 @@ struct ImBuf *imb_bmp_decode(unsigned char *mem, int size, int flags)
/* printf("skip: %d, x: %d y: %d, depth: %d (%x)\n", skip, x, y,
depth, bmi.biBitCount); */
- printf("skip: %d, x: %d y: %d, depth: %d (%x)\n", skip, x, y,
- depth, bmi.biBitCount);
+ /* printf("skip: %d, x: %d y: %d, depth: %d (%x)\n", skip, x, y,
+ depth, bmi.biBitCount); */
if (flags & IB_test) {
ibuf = IMB_allocImBuf(x, y, depth, 0, 0);
} else {