git » fp-git.git » commit 97fa2d4

removed unused information

author ecalot
2004-08-18 08:30:54 UTC
committer ecalot
2004-08-18 08:30:54 UTC
parent 51f228285a6eba6627d65fbd4866a079dc3e639c

removed unused information

FP/src/res/resources.c +0 -1

diff --git a/FP/src/res/resources.c b/FP/src/res/resources.c
index 7639dcd..60a71bc 100644
--- a/FP/src/res/resources.c
+++ b/FP/src/res/resources.c
@@ -204,7 +204,6 @@ tData* resLoad(long id) {
 				mExpandGraphic(raw.array,&image,raw.size);
 
 				/* convert image structure into blittable output surfaces */
-				printf("resLoad: Allocating an image framed %d by offsets d=%d,l=%d,r=%d\n",total,down,left,right);
 				result->pFrames[total]=(void*)outputLoadBitmap(
 					image.pix,image.widthInBytes*image.height,pal,image.height,image.width,
 					invert,1,down,invert?right:left