changeset 36190:153031444853

Remove unused variable.
author ib
date Sun, 26 May 2013 12:40:44 +0000
parents 71360817b772
children 16e7d4a1ee59
files libvo/aspect.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/aspect.c	Sat May 25 12:06:55 2013 +0000
+++ b/libvo/aspect.c	Sun May 26 12:40:44 2013 +0000
@@ -56,7 +56,6 @@
 } aspdat;
 
 static void aspect_rotate(void) {
-  int i;
   if (vo_rotate & 1) {
     aspdat.orgw = aspdat.orgh_norot;
     aspdat.orgh = aspdat.orgw_norot;