sr: sigrok.h.in: Drop obsolete 'GSList *analyzers'.
This commit is contained in:
parent
a4cfb10f7f
commit
660ef7d730
|
@ -368,8 +368,6 @@ struct sr_device_plugin {
|
||||||
struct sr_session {
|
struct sr_session {
|
||||||
/* List of struct sr_device* */
|
/* List of struct sr_device* */
|
||||||
GSList *devices;
|
GSList *devices;
|
||||||
/* List of struct analyzer* */
|
|
||||||
GSList *analyzers;
|
|
||||||
/* list of sr_receive_data_callback */
|
/* list of sr_receive_data_callback */
|
||||||
GSList *datafeed_callbacks;
|
GSList *datafeed_callbacks;
|
||||||
GTimeVal starttime;
|
GTimeVal starttime;
|
||||||
|
|
Loading…
Reference in New Issue