diff options
author | Patrick Lam <plam@MIT.EDU> | 2005-11-23 16:36:26 +0000 |
---|---|---|
committer | Patrick Lam <plam@MIT.EDU> | 2005-11-23 16:36:26 +0000 |
commit | f7c4624f5624f4dc981f75a4f74446de04bf69d1 (patch) | |
tree | 2cd2ca106e71ac89f4e92c0dcbc2c5f8cdc7b826 /fc-cat/fc-cat.c | |
parent | 435fc66073ee83d17242bac2880e843489439cda (diff) |
2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
Minor code warning cleanups.
Diffstat (limited to 'fc-cat/fc-cat.c')
-rw-r--r-- | fc-cat/fc-cat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fc-cat/fc-cat.c b/fc-cat/fc-cat.c index 4436512a..64746538 100644 --- a/fc-cat/fc-cat.c +++ b/fc-cat/fc-cat.c @@ -230,7 +230,6 @@ FcCachePrintSet (FcFontSet *set, FcStrSet *dirs, char *cache_file) const FcChar8 *file, *base; int n; int id; - FcBool ret; FcStrList *list; list = FcStrListCreate (dirs); |