summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 18:50:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 18:50:32 +0000
commit676a0c121e2617db4ef3e5601ec755f6333e3e24 (patch)
tree9af9609d6f79c1564c06a109aaab26a7cce261c7 /libvo
parent51cc80d2dd160a075b49e61b8056c1dde5e7f55f (diff)
downloadmpv-676a0c121e2617db4ef3e5601ec755f6333e3e24.tar.bz2
mpv-676a0c121e2617db4ef3e5601ec755f6333e3e24.tar.xz
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30589 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/font_load_ft.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/font_load_ft.c b/libvo/font_load_ft.c
index d47033e11b..b27bcac2bf 100644
--- a/libvo/font_load_ft.c
+++ b/libvo/font_load_ft.c
@@ -836,7 +836,6 @@ static int prepare_charset_unicode(FT_Face face, FT_ULong *charset, FT_ULong *ch
static font_desc_t* init_font_desc(void)
{
font_desc_t *desc;
- int i;
desc = calloc(1, sizeof(*desc));
if(!desc) return NULL;