Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner

This commit is contained in:
tor%cs.brown.edu 2006-02-10 22:50:02 +00:00
Родитель 09bdbb85d8
Коммит 5d99f3a0fb
2 изменённых файлов: 0 добавлений и 12 удалений

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

@ -437,17 +437,6 @@ NS_IMETHODIMP nsDeviceContextMac::GetDepth(PRUint32& aDepth)
return NS_OK;
}
/** ---------------------------------------------------
* See documentation in nsIDeviceContext.h
* @update 12/9/98 dwc
*/
NS_IMETHODIMP nsDeviceContextMac :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
{
aPixel = aColor;
return NS_OK;
}
/** ---------------------------------------------------
* See documentation in nsIDeviceContext.h
* @update 12/9/98 dwc

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

@ -69,7 +69,6 @@ public:
NS_IMETHOD CheckFontExistence(const nsString& aFontName);
NS_IMETHOD GetDepth(PRUint32& aDepth);
NS_IMETHOD ConvertPixel(nscolor aColor, PRUint32 & aPixel);
NS_IMETHOD GetDeviceSurfaceDimensions(PRInt32 &aWidth, PRInt32 &aHeight);
NS_IMETHOD GetRect(nsRect &aRect);