X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=069e7e840665f3499360f2c452fe599e95408d65;hb=222fdfd526fde6d8450067675679eca6cc5d211b;hp=c0d40b94679068a311b4b4f65e5a3faeeecbfa26;hpb=8ea0c90268574ccb4ff43344f7bb08f15c776a82;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index c0d40b94..069e7e84 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -30,8 +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, unsigned 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);