]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/ikalogic-scanalogic2/protocol.h
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data' parameter.
[libsigrok.git] / src / hardware / ikalogic-scanalogic2 / protocol.h
index 66a5cecf57919f0b2a6cbcf50d6d56624bc15805..607933755cd93ca3aaa6f91567acef959081f852 100644 (file)
@@ -147,8 +147,6 @@ struct dev_context {
        /* Time that the trigger will be delayed in milliseconds. */
        uint16_t after_trigger_delay;
 
-       void *cb_data;
-
        /* Array to provide an index based access to all channels. */
        const struct sr_channel *channels[NUM_CHANNELS];