# HG changeset patch # User reimar # Date 1251381699 0 # Node ID 4b7745079fd161bad3da8d225716d1b133c15fc8 # Parent 0421934c81ac8b4780779c09c690081e9c0fa8e4 Remove useless code that has no effect. diff -r 0421934c81ac -r 4b7745079fd1 libvo/vo_gl2.c --- 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; }