changeset 29520:4b7745079fd1

Remove useless code that has no effect.
author reimar
date Thu, 27 Aug 2009 14:01:39 +0000
parents 0421934c81ac
children f17b515cb326
files libvo/vo_gl2.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Thu Aug 27 13:54:53 2009 +0000
+++ b/libvo/vo_gl2.c	Thu Aug 27 14:01:39 2009 +0000
@@ -471,9 +471,6 @@
   if (!vo_w32_config(d_width, d_height, flags))
     return -1;
 
-  if (vo_fs)
-    aspect(&d_width, &d_height, A_ZOOM);
-
   return 0;
 }