]> sigrok.org Git - libsigrok.git/commitdiff
Drop obsolete SR_CONF_MEASURED_2ND_QUANTITY.
authorUwe Hermann <redacted>
Sun, 13 Sep 2015 19:43:17 +0000 (21:43 +0200)
committerUwe Hermann <redacted>
Sun, 13 Sep 2015 19:43:17 +0000 (21:43 +0200)
include/libsigrok/libsigrok.h
src/hwdriver.c

index 34a8df4ad922cec04672f24f3e372c17377a8fe5..983ddc0666b0e86e2d132a3583ab8fe90b09305a 100644 (file)
@@ -946,9 +946,6 @@ enum sr_configkey {
        /** Measured quantity. */
        SR_CONF_MEASURED_QUANTITY,
 
-       /** Measured secondary quantity. */
-       SR_CONF_MEASURED_2ND_QUANTITY,
-
        /** Equivalent circuit model. */
        SR_CONF_EQUIV_CIRCUIT_MODEL,
 
index fa730a971ba40de1501d99362b6c0aa32d606f4c..c5d4bf29b02ded8aa387f8266ef129ef400fb9ab 100644 (file)
@@ -167,8 +167,6 @@ static struct sr_key_info sr_key_info_config[] = {
                "Output frequency target", NULL},
        {SR_CONF_MEASURED_QUANTITY, SR_T_MQ, "measured_quantity",
                "Measured quantity", NULL},
-       {SR_CONF_MEASURED_2ND_QUANTITY, SR_T_STRING, "measured_2nd_quantity",
-               "Measured secondary quantity", NULL},
        {SR_CONF_EQUIV_CIRCUIT_MODEL, SR_T_STRING, "equiv_circuit_model",
                "Equivalent circuit model", NULL},
        {SR_CONF_OVER_TEMPERATURE_PROTECTION_ACTIVE, SR_T_BOOL, "otp_active",