Another small fix, to take out unnessasary code.

This commit is contained in:
dcone%netscape.com 1998-11-20 19:26:06 +00:00
parent 8b581cf6f0
commit cd511096b1

View File

@ -188,13 +188,6 @@ public:
PRInt32 aDX, PRInt32 aDY, PRInt32 aDWidth, PRInt32 aDHeight) = 0;
/**
* Composite this image with the passed in image using the alpha mask
* @param aTheImage The image to blend into this image
* @param aULLocation The upper left coordinate to place the passed in image
*/
virtual void CompositeImage(nsIImage *aTheImage,nsPoint *aULLocation,nsBlendQuality aQuality) = 0;
/**
* Build an alpha mask using this image
* @param aTheMaskImage The image to build the mask from
@ -202,13 +195,6 @@ public:
*/
virtual PRBool SetAlphaMask(nsIImage *aTheMask) = 0;
/**
* Move the alpha mask to this absolute location
* @param the horiztonal location
* @param the vertical location
*/
virtual void MoveAlphaMask(PRInt32 aX, PRInt32 aY) = 0;
/**
* Set the alpha level for the image