X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fnorma-dmm%2Fprotocol.h;h=082e736a617e0e71911e95dbd338ede9ef76041b;hb=695dc859c15ba4190f5c1aa2e1a6e2dc6a6e5845;hp=7c52b47ffec61a48b206f22c78feb2c8b0fce4fb;hpb=208c1d35435626a11afa1ab301b2071b2a4e187b;p=libsigrok.git diff --git a/src/hardware/norma-dmm/protocol.h b/src/hardware/norma-dmm/protocol.h index 7c52b47f..082e736a 100644 --- a/src/hardware/norma-dmm/protocol.h +++ b/src/hardware/norma-dmm/protocol.h @@ -64,9 +64,6 @@ struct dev_context { uint64_t limit_samples; /**< Target number of samples */ uint64_t limit_msec; /**< Target sampling time */ - /* Opaque pointer passed in by frontend. */ - void *cb_data; - /* Operational state */ int last_req; /**< Last request. */ int64_t req_sent_at; /**< Request sent. */