X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fhp-3457a%2Fapi.c;h=1a5e5d920a8f9f0f03191ba3f4de204582681c73;hp=19188e39d9b1e3fd6b4ec2785df257ac7c41c361;hb=88a0265ebcb265ba839c02cc5bcd39e359c9f60f;hpb=700d6b64d578ce10e57f6a2289e37a5564eccf1c diff --git a/src/hardware/hp-3457a/api.c b/src/hardware/hp-3457a/api.c index 19188e39..1a5e5d92 100644 --- a/src/hardware/hp-3457a/api.c +++ b/src/hardware/hp-3457a/api.c @@ -181,11 +181,6 @@ static GSList *dev_list(const struct sr_dev_driver *di) return ((struct drv_context *)(di->context))->instances; } -static int dev_clear(const struct sr_dev_driver *di) -{ - return std_dev_clear(di, NULL); -} - /* * We need to set the HP 3457A to a known state, and there are quite a number * of knobs to tweak. Here's a brief explanation of what's going on. For more @@ -460,7 +455,6 @@ SR_PRIV struct sr_dev_driver hp_3457a_driver_info = { .cleanup = std_cleanup, .scan = scan, .dev_list = dev_list, - .dev_clear = dev_clear, .config_get = config_get, .config_set = config_set, .config_list = config_list,