]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hantek-dso/dso.h
sr: make struct drv_context global
[libsigrok.git] / hardware / hantek-dso / dso.h
index 800aeadcfa132e29c14277baec48b2dd2657c881..5ea970a9541a5a1142ba051c5a6f8b35e339e0be 100644 (file)
@@ -159,10 +159,6 @@ struct dso_profile {
        char *firmware;
 };
 
-struct drv_context {
-       GSList *instances;
-};
-
 struct dev_context {
        const struct dso_profile *profile;
        struct sr_usb_dev_inst *usb;