diff libvo/aspect.c @ 36190:153031444853

Remove unused variable.
author ib
date Sun, 26 May 2013 12:40:44 +0000
parents 94979f661d38
children
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;