Removed the printf that was causing about 50000

"Color depth R=8 G=8 B=8"  lines.....

Kent
This commit is contained in:
Kent Mein 2004-05-04 15:04:29 +00:00
parent c80ec7b808
commit ce816de41a

@ -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