changeset 24245:188964a48302

warning fix: font_load.c: In function 'read_font_desc': font_load.c:56: warning: unused variable 'fstate'
author diego
date Tue, 28 Aug 2007 14:36:04 +0000
parents e446bad0872c
children 0a82a3b7ac46
files libvo/font_load.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/font_load.c	Tue Aug 28 14:10:47 2007 +0000
+++ b/libvo/font_load.c	Tue Aug 28 14:36:04 2007 +0000
@@ -53,7 +53,7 @@
 font_desc_t *desc;
 FILE *f = NULL;
 char *dn;
-struct stat fstate;
+//struct stat fstate;
 char section[64];
 int i,j;
 int chardb=0;