]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
remove unused method
authorBastian Dehn <hhaalo@arcor.de>
Sun, 10 Mar 2024 09:12:41 +0000 (10:12 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 10 Mar 2024 09:12:41 +0000 (10:12 +0100)
src/kds_s2000w_net.c

index 3a56198eaf6def4b2ac194230e75758853d6cb71..f85f302f881abe7938cd8b441141f74c75876526 100644 (file)
@@ -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