]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
vcd: Output timestamp only once per change.
[libsigrok.git] / 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;