bug 229990. fix another beos build bustage.

This commit is contained in:
cbiesinger%web.de 2004-01-04 00:23:41 +00:00
parent 5de508a105
commit f9882ae022

View File

@ -112,10 +112,8 @@ nsScreenBeOS :: GetPixelDepth(PRInt32 *aPixelDepth)
pixelDepth = 16;
break;
default:
#ifdef DEBUG
printf("FIXME: Please add this screen depth to the code nsScreenBeOS.cpp\n");
#endif
pixelDepth = 32;
NS_NOTREACHED("FIXME: Please add this screen depth to the code nsScreenBeOS.cpp");
pixelDepth = 32;
break;
}
*aPixelDepth = pixelDepth;