escl : Remove obselete tag.

251-scanner-canon-mf110-910-series-is-not-supported
thierry1970 2022-05-11 08:28:35 +02:00
rodzic f012ae84e5
commit aa032f458d
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -62,7 +62,6 @@ static const char settings[] =
" <scan:XResolution>%d</scan:XResolution>" \
" <scan:YResolution>%d</scan:YResolution>" \
" <pwg:InputSource>%s</pwg:InputSource>" \
" <scan:InputSource>%s</scan:InputSource>" \
"%s" \
"%s" \
"</scan:ScanSettings>";
@ -260,7 +259,6 @@ escl_newjob (capabilities_t *scanner, const ESCL_Device *device, SANE_Status *st
scanner->caps[scanner->source].default_resolution,
scanner->caps[scanner->source].default_resolution,
source,
source,
duplex_mode[0] == 0 ? " " : duplex_mode,
support_options[0] == 0 ? " " : support_options);
upload->memory = strdup(cap_data);