]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-6xxx/protocol.h
hantek-6xxx: Drop some unused variables.
[libsigrok.git] / src / hardware / hantek-6xxx / protocol.h
index a106fb4b5d6999d1dfd161646901933504a28bdb..af66c70ef1b4a82092bd692f687d4d78af24e748 100644 (file)
@@ -122,11 +122,6 @@ struct dev_context {
        uint64_t aq_started;
 
        uint64_t read_start_ts;
-       uint32_t read_data_amount;
-
-       struct libusb_transfer **sample_buf;
-       uint32_t sample_buf_write;
-       uint32_t sample_buf_size;
 
        gboolean ch_enabled[NUM_CHANNELS];
        int voltage[NUM_CHANNELS];