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

The u8_range has been `#if 0`'d to match the gamma options' have been
disabled (since the initial revision).  The options refer to u8_range.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 11:35:06 +09:00
rodzic 2442ddf6d1
commit a2083538e9
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -92,12 +92,14 @@ static const SANE_String_Const mode_list[] =
};
#if 0
static const SANE_Range u8_range =
{
0, /* minimum */
255, /* maximum */
0 /* quantization */
};
#endif
/* David used " 100 << SANE_FIXED_SCALE_SHIFT ". This assumes that