]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/appa-55ii/protocol.h
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data' parameter.
[libsigrok.git] / src / hardware / appa-55ii / protocol.h
index 4e8b1292ee862132cbaf9f1e31baf6d3c3d9ddf3..23b59b95733fd466c0bf9c6a8092ff308fcf0ccf 100644 (file)
@@ -42,7 +42,6 @@ struct dev_context {
        uint64_t limit_samples;   /**< The sampling limit (in number of samples). */
        uint64_t limit_msec;      /**< The time limit (in milliseconds). */
        gboolean data_source;     /**< Whether to read live samples or memory */
-       void *session_cb_data;    /**< Opaque pointer passed in by the frontend. */
 
        /* Operational state */
        uint64_t num_samples;     /**< The number of already received samples. */