remove left over printf
This commit is contained in:
parent
b0203ff93c
commit
aca95e4ca0
@ -1759,7 +1759,6 @@ void Load_IFF(T_IO_Context * context)
|
|||||||
Read_word_be(IFF_file,&tiny_width);
|
Read_word_be(IFF_file,&tiny_width);
|
||||||
Read_word_be(IFF_file,&tiny_height);
|
Read_word_be(IFF_file,&tiny_height);
|
||||||
section_size -= 4;
|
section_size -= 4;
|
||||||
printf("%d x %d = %d %d\n", tiny_width, tiny_height, tiny_width*tiny_height, section_size);
|
|
||||||
|
|
||||||
// Load thumbnail if in preview mode
|
// Load thumbnail if in preview mode
|
||||||
if ((context->Type == CONTEXT_PREVIEW || context->Type == CONTEXT_PREVIEW_PALETTE)
|
if ((context->Type == CONTEXT_PREVIEW || context->Type == CONTEXT_PREVIEW_PALETTE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user