Take out mMask

This commit is contained in:
dcone 1998-06-17 20:36:24 +00:00
parent 944cdce122
commit adafdafe17

View File

@ -53,7 +53,6 @@ nsresult nsImageUnix :: Init(PRInt32 aWidth, PRInt32 aHeight, PRInt32 aDepth,nsM
mWidth = aWidth;
mHeight = aHeight;
mDepth = aDepth;
mMaskReq = aMaskRequirements;
// create the memory for the image
ComputeMetrics();