kvs1025: Fix [-Wunused-const-variable=] compiler warning

The go_paper_max_width value hasn't been used for anything since the
initial revision of the file.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 10:57:50 +09:00
rodzic ed0062d474
commit 2f5c9e1499
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -141,7 +141,6 @@ static const KV_PAPER_SIZE go_paper_sizes[] = {
};
static const int default_paper_size_idx = 3; /* A4 */
static const int go_paper_max_width = 216; /* US letter */
/* Lists of supported halftone. They are only valid with
* for the Black&White mode. */