]> sigrok.org Git - libsigrok.git/commitdiff
sr_probe->index is no longer deprecated (for now).
authorUwe Hermann <redacted>
Thu, 30 Jan 2014 16:48:10 +0000 (17:48 +0100)
committerUwe Hermann <redacted>
Thu, 30 Jan 2014 16:48:10 +0000 (17:48 +0100)
libsigrok.h

index af5b18ce8b4ee206463e719e4a783992666398fc..cda125c5bd0b481cb5bb65e4fe2026cb697bccb9 100644 (file)
@@ -607,8 +607,7 @@ enum {
 
 /** Information on single probe. */
 struct sr_probe {
-       /** Number of probes, starting at 0. @deprecated The index field
-        * will go: use g_slist_length(sdi->probes) instead. */
+       /** Number of probes, starting at 0. */
        int index;
        /** Probe type (SR_PROBE_LOGIC, ...) */
        int type;