forked from AuroraMiddleware/gtk
Remove leftover debug printf
This commit is contained in:
parent
c30892971b
commit
3835b82fba
@ -397,11 +397,6 @@ static gboolean DecodeHeader(unsigned char *BFH, unsigned char *BIH,
|
||||
}
|
||||
}
|
||||
|
||||
g_print ("header size %d data offset %d compression %d\n",
|
||||
14 + State->Header.size,
|
||||
lsb_32 (&BFH[10]),
|
||||
State->Compressed);
|
||||
|
||||
State->BufferDone = 0;
|
||||
if (State->Type <= 8) {
|
||||
State->read_state = READ_STATE_PALETTE;
|
||||
|
Loading…
Reference in New Issue
Block a user