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

The brightness option that used the char_range variable was renamed to
threshold and changed to use u8_range in c95e4638.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 11:19:55 +09:00
rodzic 39849809d1
commit 86ab41d8f1
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -100,10 +100,6 @@ static SANE_Int new_dev_alloced;
static SANE_String_Const mode_list[6];
static const SANE_Range char_range = {
-127, 127, 1
};
static const SANE_Range u8_range = {
0, /* minimum */
255, /* maximum */