X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fserial-dmm%2Fprotocol.h;h=da6742c35b6732f776eea17a66b5ca4e6b872f1c;hb=88a0265ebcb265ba839c02cc5bcd39e359c9f60f;hp=3c2d88b80876cf111cc25e9f25696dc31ec952b6;hpb=2c24077466a299ead689c90f01f55f6d86c7386b;p=libsigrok.git diff --git a/src/hardware/serial-dmm/protocol.h b/src/hardware/serial-dmm/protocol.h index 3c2d88b8..da6742c3 100644 --- a/src/hardware/serial-dmm/protocol.h +++ b/src/hardware/serial-dmm/protocol.h @@ -64,9 +64,6 @@ struct dev_context { /** The time limit (in milliseconds). */ 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;