From: Bastian Dehn Date: Sun, 5 Oct 2025 07:43:31 +0000 (+0200) Subject: remove deprecated method X-Git-Tag: v1.1.9^2~3 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=97c35fc5e05e4bcc36768c4d6b382277440c960e;p=sane-kds-s2000w-net.git remove deprecated method --- diff --git a/src/kds_s2000w_option_descriptors.h b/src/kds_s2000w_option_descriptors.h index 846d1d3..37410ff 100644 --- a/src/kds_s2000w_option_descriptors.h +++ b/src/kds_s2000w_option_descriptors.h @@ -75,7 +75,6 @@ void kds_s2000w_option_descriptors_free(); uint8_t kds_s2000w_option_descriptors_get_max_option_count(); option_descriptor* kds_s2000w_option_descriptors_full_get_by_number(uint32_t number); SANE_Option_Descriptor* kds_s2000w_option_descriptors_get_by_number(uint32_t number); -__attribute_deprecated__ SANE_Option_Descriptor* kds_s2000w_option_descriptors_get_by_name(const char* name); SANE_Option_Descriptor* kds_s2000w_option_descriptors_get_by_config_name(const char* name); #endif \ No newline at end of file