summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-01-07 17:55:04 +0900
committerAkira TAGOH <akira@tagoh.org>2013-01-07 17:55:04 +0900
commitea3a35306617eec068ed961439cf76cdbcb10c28 (patch)
treea1e121f5c253314ae47a097f5bcfb0ffa9f856bc
parent17eda89ed2e24a3fc5f68538dd7fd9ada8efb087 (diff)
downloadfontconfig-ea3a35306617eec068ed961439cf76cdbcb10c28.tar.gz
Clean up the unused variable
-rw-r--r--fc-query/fc-query.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fc-query/fc-query.c b/fc-query/fc-query.c
index 883e303..2983e0f 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;