From 331e9b956781330e699c2beeaa3be377084269c3 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 10 Mar 2024 10:12:41 +0100 Subject: [PATCH] remove unused method --- src/kds_s2000w_net.c | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.3