BMPTranslator: removed leftover debug output
This commit is contained in:
parent
711d2087c3
commit
cec6d79442
@ -648,9 +648,6 @@ BPositionIO *outDestination, color_space fromspace, MSInfoHeader &msheader)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (rd == static_cast<ssize_t>(bitsRowBytes)) {
|
while (rd == static_cast<ssize_t>(bitsRowBytes)) {
|
||||||
printf("translate_from_bits_to_bmp24() bmppixrow %" B_PRId32 "\n",
|
|
||||||
bmppixrow);
|
|
||||||
|
|
||||||
for (int32 i = 0; i < msheader.width; i++) {
|
for (int32 i = 0; i < msheader.width; i++) {
|
||||||
uint8 *bitspixel, *bmppixel;
|
uint8 *bitspixel, *bmppixel;
|
||||||
uint16 val;
|
uint16 val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user