]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/colead-slm/protocol.h
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data' parameter.
[libsigrok.git] / src / hardware / colead-slm / protocol.h
index 4cc49974a2682e608591ee3299c69e91236d386c..ab878e759f2efa42bb5a80ddf029db8639629594 100644 (file)
@@ -39,9 +39,6 @@ struct dev_context {
        /** The current sampling limit (in ms). */
        uint64_t limit_msec;
 
-       /** Opaque pointer passed in by the frontend. */
-       void *cb_data;
-
        /** The current number of already received samples. */
        uint64_t num_samples;
        int state;