Commented out ComputeMetrics

This commit is contained in:
dcone 1998-06-17 23:01:28 +00:00
parent a4c0e4c9e9
commit 5e9b478f73

View File

@ -58,7 +58,7 @@ nsresult nsImageUnix :: Init(PRInt32 aWidth, PRInt32 aHeight, PRInt32 aDepth,nsM
mDepth = aDepth;
// create the memory for the image
ComputeMetrics();
//ComputeMetrics();
mImageBits = new unsigned char[mSizeImage];
return NS_OK;