changeset 30547:23dc17cd98db

Remove unused variable.
author reimar
date Sun, 14 Feb 2010 18:50:32 +0000
parents 25326e90db0a
children cbbbe3d58f4c
files libvo/font_load_ft.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/font_load_ft.c	Sun Feb 14 18:38:02 2010 +0000
+++ b/libvo/font_load_ft.c	Sun Feb 14 18:50:32 2010 +0000
@@ -836,7 +836,6 @@
 static font_desc_t* init_font_desc(void)
 {
     font_desc_t *desc;
-    int i;
 
     desc = calloc(1, sizeof(*desc));
     if(!desc) return NULL;