]> sigrok.org Git - libsigrok.git/blobdiff - sigrok-proto.h
sr: rm unused sr_device_clear() and sr_device_probe_clear()
[libsigrok.git] / sigrok-proto.h
index d7786a1672a8bf5e96d87525b61b95673983f975..410c0cc452981cb33d13b44f323ec5efb4543f4d 100644 (file)
@@ -51,8 +51,6 @@ SR_API int sr_device_scan(void);
 SR_API GSList *sr_device_list(void);
 SR_API struct sr_device *sr_device_new(const struct sr_device_plugin *plugin,
                                       int plugin_index);
-SR_API int sr_device_clear(struct sr_device *device);
-SR_API int sr_device_probe_clear(struct sr_device *device, int probenum);
 SR_API int sr_device_probe_add(struct sr_device *device, const char *name);
 SR_API struct sr_probe *sr_device_probe_find(const struct sr_device *device,
                                             int probenum);