sr: sigrok.h.in: Drop obsolete 'GSList *analyzers'.

This commit is contained in:
Uwe Hermann 2012-01-28 19:40:05 +01:00
parent a4cfb10f7f
commit 660ef7d730
1 changed files with 0 additions and 2 deletions

View File

@ -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;