1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 00:07:33 +00:00

Remove useless code that has no effect.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29562 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-08-27 14:01:39 +00:00
parent 082c7b9446
commit c2edb80335

View File

@ -471,9 +471,6 @@ static int config_w32(uint32_t width, uint32_t height, uint32_t d_width, uint32_
if (!vo_w32_config(d_width, d_height, flags))
return -1;
if (vo_fs)
aspect(&d_width, &d_height, A_ZOOM);
return 0;
}