]> sigrok.org Git - libsigrok.git/commitdiff
sr: sigrok.h.in: Drop obsolete 'GSList *analyzers'.
authorUwe Hermann <redacted>
Sat, 28 Jan 2012 18:40:05 +0000 (19:40 +0100)
committerUwe Hermann <redacted>
Sat, 28 Jan 2012 18:40:05 +0000 (19:40 +0100)
sigrok.h.in

index 8622eb4bf3e9b396f551c9ea3a4ca338dfc8b2a7..dd7d457d194c65a6a14be7af40be81cdb03b7f37 100644 (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;