]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/agilent-dmm.h
output: Use sr_config_get() wrapper
[libsigrok.git] / hardware / agilent-dmm / agilent-dmm.h
index d7bdbd31743453e62871beafef63cb6117a2cf04..caf59d08fc8a1d8e95a199d6afbc5900b4c3864a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
@@ -55,7 +55,6 @@ struct dev_context {
        const struct agdmm_profile *profile;
        uint64_t limit_samples;
        uint64_t limit_msec;
-       struct sr_serial_dev_inst *serial;
 
        /* Opaque pointer passed in by the frontend. */
        void *cb_data;