# HG changeset patch # User ulion # Date 1196448317 0 # Node ID edc74af15f2fb306c994285e1e8cb4a5b93a5813 # Parent f563ac467e630688b5e97e8b913d0668ab73f7f3 Remove stray line that slipped through in last commit. diff -r f563ac467e63 -r edc74af15f2f spudec.c --- a/spudec.c Fri Nov 30 18:08:33 2007 +0000 +++ b/spudec.c Fri Nov 30 18:45:17 2007 +0000 @@ -650,7 +650,6 @@ unsigned int scaley = 0x100 * dys / spu->orig_frame_height; bbox[0] = spu->start_col * scalex / 0x100; bbox[1] = spu->start_col * scalex / 0x100 + spu->width * scalex / 0x100; -printf("spu_align: %d, %d, %d\n", spu_alignment, dxs, dys); switch (spu_alignment) { case 0: bbox[3] = dys*sub_pos/100 + spu->height * scaley / 0x100;