diff --git a/libsigrok.h b/libsigrok.h index c3e85c73..2ff6244e 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -492,8 +492,6 @@ struct sr_dev_driver { /* Device-specific */ int (*dev_open) (struct sr_dev_inst *sdi); int (*dev_close) (struct sr_dev_inst *sdi); - /* TODO remove this */ - const void *(*dev_info_get) (int dev_index, int dev_info_id); int (*info_get) (int info_id, const void **data, const struct sr_dev_inst *sdi); int (*dev_config_set) (const struct sr_dev_inst *sdi, int hwcap,