X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Frohde-schwarz-sme-0x%2Fprotocol.h;h=65e5c6d193bcaa43ce1d19923eb6261cc9f995be;hp=7b66c814de32d46e9ffd24faab3d0fc2bb59a309;hb=ca314e060f653e6a0b5ec0f58914bac4d426217f;hpb=c8e789fa0c7264f8356b0446367cc1252fadfe4c diff --git a/src/hardware/rohde-schwarz-sme-0x/protocol.h b/src/hardware/rohde-schwarz-sme-0x/protocol.h index 7b66c814..65e5c6d1 100644 --- a/src/hardware/rohde-schwarz-sme-0x/protocol.h +++ b/src/hardware/rohde-schwarz-sme-0x/protocol.h @@ -41,9 +41,7 @@ struct rs_device_model { double power_min; }; -/** Private, per-device-instance driver context. */ struct dev_context { - /* Model-specific information */ const struct rs_device_model *model_config; };