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:
authorKent Mein <mein@cs.umn.edu>2004-05-04 19:04:29 +0400
committerKent Mein <mein@cs.umn.edu>2004-05-04 19:04:29 +0400
commitce816de41a85688a268d23c031b4f3b058fbd242 (patch)
tree178f0c275576ad9b996e2555a0f3b6b6aa22e585 /source
parentc80ec7b808f41e7d1aa307333d77cfc088313706 (diff)
Removed the printf that was causing about 50000
"Color depth R=8 G=8 B=8" lines..... Kent
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/mywindow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/mywindow.c b/source/blender/src/mywindow.c
index 070e2b0ce34..89b58337081 100644
--- a/source/blender/src/mywindow.c
+++ b/source/blender/src/mywindow.c
@@ -108,7 +108,6 @@ void mywindow_init_mainwin(Window *win, int orx, int ory, int sizex, int sizey)
mainwin_color_depth= r + g + b;
- if(G.f & G_DEBUG) printf("Color depth R=%d G=%d B=%d\n", (int)r, (int)g, (int)b);
}
/* XXXXXXXXXXXXXXXX very hacky, not allowed to release