Remove unused variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30589 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-02-14 18:50:32 +00:00
parent 51cc80d2dd
commit 676a0c121e
1 changed files with 0 additions and 1 deletions

View File

@ -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;