]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
remove stop scan
authorBastian Dehn <hhaalo@arcor.de>
Wed, 28 Feb 2024 15:51:51 +0000 (16:51 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 28 Feb 2024 15:51:51 +0000 (16:51 +0100)
src/kds_s2000w_net.c

index d030187e0bb98f6d35b4af525fb59f0eb6ef0e23..ab4018ec1c4a98d8efe359f79c344e0d256d2b0b 100644 (file)
@@ -181,9 +181,6 @@ SANE_Status _sane_kds_s2000w_net_start(SANE_Handle handle)
                        break;
        }
 
-       if (h->current_scan_status->complete_scanned)
-               kds_s2000w_handler_stop_scan(h);
-
        return SANE_STATUS_GOOD;
 }