kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
ed0062d474
commit
2f5c9e1499
|
@ -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. */
|
||||
|
|
Ładowanie…
Reference in New Issue