kopia lustrzana https://gitlab.com/sane-project/backends
gt68xx: Fix [-Wunused-const-variable=] compiler warning
The options that used offset_range were removed in a3a8808b
.
merge-requests/1/head
rodzic
fa44970473
commit
ed0062d474
|
@ -162,13 +162,6 @@ static SANE_Range y_range = {
|
|||
SANE_FIX (0.0) /* quantization */
|
||||
};
|
||||
|
||||
|
||||
static const SANE_Range offset_range = {
|
||||
-63, /* minimum */
|
||||
63, /* maximum */
|
||||
1 /* quantization */
|
||||
};
|
||||
|
||||
static SANE_Range gamma_range = {
|
||||
SANE_FIX (0.01), /* minimum */
|
||||
SANE_FIX (5.0), /* maximum */
|
||||
|
|
Ładowanie…
Reference in New Issue