X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hardware%2Fhantek-dso%2Fdso.h;h=5ea970a9541a5a1142ba051c5a6f8b35e339e0be;hb=e9022f596d9a6d35919445f3aa6394061b3e6681;hp=800aeadcfa132e29c14277baec48b2dd2657c881;hpb=19b0cce3125f08f961886fb312219c7c6f496ffc;p=libsigrok.git diff --git a/hardware/hantek-dso/dso.h b/hardware/hantek-dso/dso.h index 800aeadc..5ea970a9 100644 --- a/hardware/hantek-dso/dso.h +++ b/hardware/hantek-dso/dso.h @@ -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;