# HG changeset patch # User diego # Date 1188311764 0 # Node ID 188964a48302bf0b62a2cacfde9801d4b26b6228 # Parent e446bad0872c03a262dc416bb01e199a59ef398c warning fix: font_load.c: In function 'read_font_desc': font_load.c:56: warning: unused variable 'fstate' diff -r e446bad0872c -r 188964a48302 libvo/font_load.c --- 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;