From: Michael R Sweet Date: Wed, 10 May 2023 19:41:14 +0000 (-0400) Subject: Remove unused variable. X-Git-Tag: v2.4.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6182718337bd6849fe0b42b062dcbd8283c64a75;p=thirdparty%2Fcups.git Remove unused variable. --- diff --git a/cups/pwg-media.c b/cups/pwg-media.c index 14a5ad3c2d..b89211f0a1 100644 --- a/cups/pwg-media.c +++ b/cups/pwg-media.c @@ -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 */