changeset 31331:f1fffb77cd71

Remove redundant monitor_aspect extern declaration, fixes the warning: libvo/aspecttest.c:30: warning: redundant redeclaration of 'monitor_aspect'
author diego
date Mon, 14 Jun 2010 09:34:54 +0000
parents 1c789a1ad0f0
children 8b0734633619
files libvo/aspecttest.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/aspecttest.c	Mon Jun 14 09:33:48 2010 +0000
+++ b/libvo/aspecttest.c	Mon Jun 14 09:34:54 2010 +0000
@@ -27,7 +27,6 @@
 /* default zoom state 0 off, 1 on */
 #define DEF_ZOOM 1
 
-extern float monitor_aspect;
 int vo_dheight;
 int vo_dwidth;
 int vo_fs;