no printf

SVN revision: 1116
This commit is contained in:
Carsten Haitzler 1999-11-01 18:13:02 +00:00
parent 1fa1133107
commit 6a968baef7
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ __imlib_BlendRGBAToData(DATA32 *src, int src_w, int src_h, DATA32 *dst,
h = dst_h - dy;
if ((w <= 0) || (h <= 0))
return;
printf("%i\n", dalpha);
if (cm)
{
switch(op)