kopia lustrzana https://gitlab.com/sane-project/backends
avision: Fix [-Wunused-const-variable=] compiler warning
The threshold option which used the abs_percentage_range was removed
in e2169ec4
.
merge-requests/1/head
rodzic
2f5c9e1499
commit
0f70ce9aac
|
@ -1316,13 +1316,6 @@ static const SANE_Range percentage_range =
|
|||
SANE_FIX (1) /* quantization */
|
||||
};
|
||||
|
||||
static const SANE_Range abs_percentage_range =
|
||||
{
|
||||
SANE_FIX (0), /* minimum */
|
||||
SANE_FIX (100), /* maximum */
|
||||
SANE_FIX (1) /* quantization */
|
||||
};
|
||||
|
||||
static const SANE_Range exposure_range =
|
||||
{
|
||||
0, /* minimum */
|
||||
|
|
Ładowanie…
Reference in New Issue