mirror of https://github.com/mpv-player/mpv
Remove unneeded initialization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29818 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
47271a8598
commit
11cc4bcadb
|
@ -1258,7 +1258,6 @@ static int vo_x11_get_fs_type(int supported)
|
||||||
|
|
||||||
if (vo_fstype_list)
|
if (vo_fstype_list)
|
||||||
{
|
{
|
||||||
i = 0;
|
|
||||||
for (i = 0; vo_fstype_list[i]; i++)
|
for (i = 0; vo_fstype_list[i]; i++)
|
||||||
{
|
{
|
||||||
int neg = 0;
|
int neg = 0;
|
||||||
|
|
Loading…
Reference in New Issue