X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=069e7e840665f3499360f2c452fe599e95408d65;hb=ae2cdde4d20e600480ae2cb86b7488fa13400812;hp=1b5eec7a73979aec4952b994989c782b72fef304;hpb=edb691fcedb767093885c61d19d8d490c9c8c9c2;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index 1b5eec7a..069e7e84 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -30,7 +30,6 @@ SR_API int sr_analog_to_float(const struct sr_datafeed_analog *analog, float *buf); -SR_API int sr_analog_float_to_string(float value, int digits, char **result); SR_API int sr_analog_unit_to_string(const struct sr_datafeed_analog *analog, char **result); SR_API void sr_rational_set(struct sr_rational *r, int64_t p, uint64_t q);