]> sigrok.org Git - sigrok-cli.git/blobdiff - device.c
Use new input API.
[sigrok-cli.git] / device.c
index b8709dc2bf0a7a4cca8eb559fdb21f34cc7ecf70..90c9fc349449d0e0e183cddf1e333adecd1b687c 100644 (file)
--- a/device.c
+++ b/device.c
@@ -23,8 +23,6 @@
 #include <string.h>
 
 extern struct sr_context *sr_ctx;
-extern gchar *opt_drv;
-extern gchar *opt_channel_group;
 
 /* Convert driver options hash to GSList of struct sr_config. */
 static GSList *hash_to_hwopt(GHashTable *hash)