# HG changeset patch # User reimar # Date 1304800547 0 # Node ID 8d137fb8469971b3121c0465a55832d30ca6f093 # Parent f3c1141dfea76e932d4cb3a3cfb2a28df5ecb906 Remove unused variable. diff -r f3c1141dfea7 -r 8d137fb84699 sub/sub.c --- a/sub/sub.c Sat May 07 20:32:31 2011 +0000 +++ b/sub/sub.c Sat May 07 20:35:47 2011 +0000 @@ -671,7 +671,6 @@ unsigned char *t; int c,i,j,l,x,y,font,prevc,counter; int k; - int lastStripPosition; int xsize; int xmin=dxs,xmax=0; int h,lasth; @@ -690,7 +689,6 @@ // too long lines divide into a smaller ones i=k=lasth=0; h=sub_font->height; - lastStripPosition=-1; l=vo_sub->lines; {