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

The threshold option which used the abs_percentage_range was removed
in e2169ec4.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 11:05:01 +09:00
rodzic 2f5c9e1499
commit 0f70ce9aac
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -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 */