From: Akira TAGOH Date: Mon, 7 Jan 2013 08:55:04 +0000 (+0900) Subject: Clean up the unused variable X-Git-Tag: 2.10.91~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea3a35306617eec068ed961439cf76cdbcb10c28;p=platform%2Fupstream%2Ffontconfig.git Clean up the unused variable --- 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;