]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/proto.h
Drop unneeded sr_analog_float_to_string().
[libsigrok.git] / include / libsigrok / proto.h
index c0d40b94679068a311b4b4f65e5a3faeeecbfa26..069e7e840665f3499360f2c452fe599e95408d65 100644 (file)
@@ -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);