]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
remove deprecated method
authorBastian Dehn <hhaalo@arcor.de>
Sun, 5 Oct 2025 07:43:31 +0000 (09:43 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 5 Oct 2025 07:43:31 +0000 (09:43 +0200)
src/kds_s2000w_option_descriptors.h

index 846d1d33ccb62e65a8aecf3b644e375696a9350e..37410ff6a5dee7eebfdfcf2961552636c1d1f7c2 100644 (file)
@@ -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