From: Bastian Dehn Date: Sat, 20 Jan 2024 17:40:02 +0000 (+0100) Subject: reduce init method X-Git-Tag: v1.0.0^2~510 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=34ab34172dac19a05c704a17a5f76f8d2d22abd7;p=sane-kds-s2000w-net.git reduce init method --- diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index a9dae4a..0c887a3 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -7,10 +7,7 @@ SANE_Option_Descriptor* optionDescripor = NULL; SANE_Status _sane_kds_s2000w_net_init(SANE_Int* version_code, SANE_Auth_Callback authorize) { - printf("init: kds_s2000w_net init\n"); - *version_code = SANE_VERSION_CODE(1, 0, 0); - return SANE_STATUS_GOOD; }