diff options
author | Akira TAGOH <akira@tagoh.org> | 2013-01-07 17:55:04 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-01-07 17:55:04 +0900 |
commit | ea3a35306617eec068ed961439cf76cdbcb10c28 (patch) | |
tree | a1e121f5c253314ae47a097f5bcfb0ffa9f856bc /fc-query | |
parent | 17eda89ed2e24a3fc5f68538dd7fd9ada8efb087 (diff) |
Clean up the unused variable
Diffstat (limited to 'fc-query')
-rw-r--r-- | fc-query/fc-query.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fc-query/fc-query.c b/fc-query/fc-query.c index 883e3031..2983e0f1 100644 --- a/fc-query/fc-query.c +++ b/fc-query/fc-query.c @@ -100,7 +100,6 @@ main (int argc, char **argv) FcChar8 *format = NULL; int err = 0; int i; - FcBlanks *blanks; #if HAVE_GETOPT_LONG || HAVE_GETOPT int c; |