]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-dso/dso.h
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data' parameter.
[libsigrok.git] / src / hardware / hantek-dso / dso.h
index 44cced48400605bad020554ade3fd3e950ab764e..78e438bd62537d0fcfb1ce99bbe2a57932c7f28e 100644 (file)
@@ -162,7 +162,6 @@ struct dso_profile {
 
 struct dev_context {
        const struct dso_profile *profile;
-       void *cb_data;
        uint64_t limit_frames;
        uint64_t num_frames;
        GSList *enabled_channels;