]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/checkpo.c
Import CUPS 1.4svn-r7226.
[thirdparty/cups.git] / locale / checkpo.c
index ea41a32980a70c0f87d5f6206eff22e3d07fa58c..6b76f5be5880d1d4116a3a0b1f6e9ab3b299bbab 100644 (file)
@@ -50,8 +50,7 @@ main(int  argc,                               /* I - Number of command-line args */
                        *strfmts;       /* Format strings in msgstr */
   char                 *idfmt,         /* Current msgid format string */
                        *strfmt;        /* Current msgstr format string */
-  int                  fmtidx,         /* Format index */
-                       fmtcount;       /* Format count */
+  int                  fmtidx;         /* Format index */
   int                  status,         /* Exit status */
                        pass,           /* Pass/fail status */
                        untranslated;   /* Untranslated messages */
@@ -135,8 +134,6 @@ main(int  argc,                             /* I - Number of command-line args */
 
          if (!idfmt || strcmp(strfmt, idfmt))
            break;
-
-         fmtcount ++;
        }
 
         if (cupsArrayCount(strfmts) != cupsArrayCount(idfmts) || strfmt)