Mercurial > mplayer.hg
changeset 25524:28db88e2d50d
Remove unused variable, fixes the warning:
vo_xvr100.c:139: warning: unused variable 'i'
author | diego |
---|---|
date | Sun, 30 Dec 2007 12:17:23 +0000 |
parents | 47a9e9cccebb |
children | 0918f2b6aca0 |
files | libvo/vo_xvr100.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xvr100.c Sun Dec 30 12:12:47 2007 +0000 +++ b/libvo/vo_xvr100.c Sun Dec 30 12:17:23 2007 +0000 @@ -136,7 +136,7 @@ void pfb_overlay_on() { - int i, h_inc, h_step, ecp_div; + int h_inc, h_step, ecp_div; pfb_vregs[PFB_CLOCK_CNTL_INDEX] = (pfb_vregs[PFB_CLOCK_CNTL_INDEX] & ~0x0000003f) | 0x00000008; ecp_div = (pfb_vregs[PFB_CLOCK_CNTL_DATA] >> 8) & 0x3;