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

The s8_range variable appears to be a left-over from the epson
backend's "fork" and became superfluous after refactoring the
colour correction support in the epson2 backend.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 10:45:42 +09:00
rodzic 754a7164f3
commit fa44970473
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -303,7 +303,6 @@ static const SANE_String_Const bay_list[] = {
/* minimum, maximum, quantization */
static const SANE_Range u8_range = { 0, 255, 0 };
static const SANE_Range s8_range = { -127, 127, 0 };
static const SANE_Range fx_range = { SANE_FIX(-2.0), SANE_FIX(2.0), 0 };
static const SANE_Range outline_emphasis_range = { -2, 2, 0 };