X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fvictor-dmm%2Fprotocol.h;h=9253900488f02f5d8da58959cd9fb0581f089260;hb=6c60facc190a03c50aa66d4b1d17c825fec5d20e;hp=b85737861be15633e19b42b89078b15ec926a019;hpb=ba1949f583de322e74f43eb880529155a763a84f;p=libsigrok.git diff --git a/hardware/victor-dmm/protocol.h b/hardware/victor-dmm/protocol.h index b8573786..92539004 100644 --- a/hardware/victor-dmm/protocol.h +++ b/hardware/victor-dmm/protocol.h @@ -49,9 +49,6 @@ struct dev_context { /** The current number of already received samples. */ uint64_t num_samples; gint64 end_time; - - /* Only requires 3 really. */ - int usbfd[10]; }; SR_PRIV int victor_dmm_receive_data(struct sr_dev_inst *sdi, unsigned char *buf);