Mercurial > mplayer.hg
changeset 33340:8d137fb84699
Remove unused variable.
author | reimar |
---|---|
date | Sat, 07 May 2011 20:35:47 +0000 |
parents | f3c1141dfea7 |
children | 4898b17f68f9 |
files | sub/sub.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; {