From: Bastian Dehn Date: Tue, 27 Feb 2024 17:49:34 +0000 (+0100) Subject: remove no docs alert X-Git-Tag: v1.0.0^2~165 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=01c22a1052c4c7ae0c72f075a40ee38f1d1a2518;p=sane-kds-s2000w-net.git remove no docs alert --- diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index 7997711..f30ab35 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -183,12 +183,6 @@ SANE_Status _sane_kds_s2000w_net_start(SANE_Handle handle) if (h->current_scan_status->complete_scanned) kds_s2000w_handler_stop_scan(h); - if (h->current_scan_status->complete_scanned - && h->current_scan_status->current_image_number >= h->current_scan_status->downloaded_images - && h->current_scan_status->available_images <= 0) { - return SANE_STATUS_NO_DOCS; - } - return SANE_STATUS_GOOD; }