[MPlayer-cvslog] r30589 - trunk/libvo/font_load_ft.c

reimar subversion at mplayerhq.hu
Sun Feb 14 19:50:32 CET 2010


Author: reimar
Date: Sun Feb 14 19:50:32 2010
New Revision: 30589

Log:
Remove unused variable.

Modified:
   trunk/libvo/font_load_ft.c

Modified: trunk/libvo/font_load_ft.c
==============================================================================
--- trunk/libvo/font_load_ft.c	Sun Feb 14 19:38:02 2010	(r30588)
+++ trunk/libvo/font_load_ft.c	Sun Feb 14 19:50:32 2010	(r30589)
@@ -836,7 +836,6 @@ static int prepare_charset_unicode(FT_Fa
 static font_desc_t* init_font_desc(void)
 {
     font_desc_t *desc;
-    int i;
 
     desc = calloc(1, sizeof(*desc));
     if(!desc) return NULL;


More information about the MPlayer-cvslog mailing list