From 85d8aa496e49363b0088359aaa1f90fdb4f30c43 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Jan 2014 17:48:10 +0100 Subject: [PATCH] sr_probe->index is no longer deprecated (for now). --- libsigrok.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsigrok.h b/libsigrok.h index af5b18ce..cda125c5 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -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;