changeset 25185:edc74af15f2f

Remove stray line that slipped through in last commit.
author ulion
date Fri, 30 Nov 2007 18:45:17 +0000
parents f563ac467e63
children 919916007cd2
files spudec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;