From: Bastian Dehn Date: Sun, 10 Mar 2024 09:12:41 +0000 (+0100) Subject: remove unused method X-Git-Tag: v1.0.0^2~119 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=331e9b956781330e699c2beeaa3be377084269c3;p=sane-kds-s2000w-net.git remove unused method --- diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c index 3a56198..f85f302 100644 --- a/src/kds_s2000w_net.c +++ b/src/kds_s2000w_net.c @@ -250,10 +250,4 @@ SANE_Status _sane_kds_s2000w_net_get_select_fd(SANE_Handle handle, SANE_Int* fd) { debug_printf(ALL, "sane_kds_s2000w_net_get_select_fd"); return SANE_STATUS_UNSUPPORTED; -} - -SANE_String_Const _sane_kds_s2000w_net_strstatus(SANE_Status status) -{ - debug_printf(ALL, "sane_kds_s2000w_net_strstatus"); - return "not implemended"; } \ No newline at end of file