diff options
author | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-03 20:46:54 +0000 |
---|---|---|
committer | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-03 20:46:54 +0000 |
commit | 11cc4bcadbf6c280f8967596854c087355652c00 (patch) | |
tree | 8fa192422daa6c348717020f81e4702d59a4e40b | |
parent | 47271a8598487344a5de13774dfa042954e51a7e (diff) |
Remove unneeded initialization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29818 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/x11_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 036d77e55f..1c8a2785c9 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -1258,7 +1258,6 @@ static int vo_x11_get_fs_type(int supported) if (vo_fstype_list) { - i = 0; for (i = 0; vo_fstype_list[i]; i++) { int neg = 0; |