Bug 384041: "we can't do this with the old image code" in console. p=rich@rd.gen.nz, r=vlad, a=vlad

This commit is contained in:
dolske@mozilla.com 2007-08-23 17:53:58 -07:00
parent 296c9cd248
commit ecc56662ed

View File

@ -115,9 +115,6 @@ NS_IMETHODIMP gfxImageFrame::Init(PRInt32 aX, PRInt32 aY, PRInt32 aWidth, PRInt3
case gfxIFormats::BGRA:
case gfxIFormats::RGBA:
#ifdef DEBUG
printf("we can't do this with the old image code\n");
#endif
maskReq = nsMaskRequirements_kNeeds8Bit;
break;