]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove unused variable.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 10 May 2023 19:41:14 +0000 (15:41 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 10 May 2023 19:41:14 +0000 (15:41 -0400)
cups/pwg-media.c

index 14a5ad3c2db137094250080b0935cadef2a8b471..b89211f0a14a97e3681351a6ff2e879aaab0f9c6 100644 (file)
@@ -1098,8 +1098,7 @@ pwg_format_inches(char   *buf,            /* I - Buffer */
                   size_t bufsize,      /* I - Size of buffer */
                   int    val)          /* I - Value in hundredths of millimeters */
 {
-  int  thousandths,                    /* Thousandths of inches */
-       integer,                        /* Integer portion */
+  int  integer,                        /* Integer portion */
        fraction;                       /* Fractional portion */