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 {
|
||||
/* List of struct sr_device* */
|
||||
GSList *devices;
|
||||
/* List of struct analyzer* */
|
||||
GSList *analyzers;
|
||||
/* list of sr_receive_data_callback */
|
||||
GSList *datafeed_callbacks;
|
||||
GTimeVal starttime;
|
||||
|
|
Loading…
Reference in New Issue