Merge branch 'escl-delete-obselete-tag' into 'master'

escl : Remove obselete tag.

See merge request sane-project/backends!730
251-scanner-canon-mf110-910-series-is-not-supported
Ordissimo 2022-05-11 06:59:40 +00:00
commit f68b57378d
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);