removing PHOTON define. patch from briane@qnx.com

git-svn-id: svn://10.0.0.236/trunk@112158 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
2002-01-15 05:01:03 +00:00
parent b0aea8f95a
commit 0e466ece60

View File

@@ -299,7 +299,7 @@ NS_IMETHODIMP nsJPEGDecoder::WriteFrom(nsIInputStream *inStr, PRUint32 count, PR
}
gfx_format format = gfxIFormats::RGB;
#if defined(XP_PC) || defined(XP_BEOS) || defined(MOZ_WIDGET_PHOTON)
#if defined(XP_PC) || defined(XP_BEOS)
format = gfxIFormats::BGR;
#endif