Took out an method not used, that broke build

This commit is contained in:
dcone%netscape.com 1999-02-08 17:13:33 +00:00
Родитель c04cbe9bf0
Коммит e7dcf70b50
2 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -230,13 +230,6 @@ NS_IMETHODIMP nsImageMac :: Draw(nsIRenderingContext &aContext,
//------------------------------------------------------------ //------------------------------------------------------------
void nsImageMac::CompositeImage(nsIImage *aTheImage, nsPoint *aULLocation,nsBlendQuality aBlendQuality)
{
}
//------------------------------------------------------------
nsresult nsImageMac::Optimize(nsIDeviceContext* aContext) nsresult nsImageMac::Optimize(nsIDeviceContext* aContext)
{ {
return NS_OK; return NS_OK;

Просмотреть файл

@ -51,7 +51,6 @@ public:
virtual PRInt32 GetAlphaWidth() { return mAlphaWidth;} virtual PRInt32 GetAlphaWidth() { return mAlphaWidth;}
virtual PRInt32 GetAlphaHeight() {return mAlphaHeight;} virtual PRInt32 GetAlphaHeight() {return mAlphaHeight;}
virtual PRInt32 GetAlphaLineStride(){ return mARowBytes; } virtual PRInt32 GetAlphaLineStride(){ return mARowBytes; }
virtual void CompositeImage(nsIImage *aTheImage,nsPoint *aULLocation,nsBlendQuality aQuality);
virtual nsIImage* DuplicateImage() {return(nsnull);} virtual nsIImage* DuplicateImage() {return(nsnull);}
void AllocConvertedBits(PRUint32 aSize); void AllocConvertedBits(PRUint32 aSize);