]> sigrok.org Git - sigrok-cli.git/blobdiff - show.c
Remove unnecessary extern option variable declarations.
[sigrok-cli.git] / show.c
diff --git a/show.c b/show.c
index 4cdf7049da05e51809ba1f4277560fac5b33b55d..08abf6c184a00f516cd5d5a07b8c8f4d55145a12 100644 (file)
--- a/show.c
+++ b/show.c
@@ -21,9 +21,6 @@
 #include <glib.h>
 #include <string.h>
 
-extern gint opt_loglevel;
-extern gchar *opt_pds;
-
 static gint sort_inputs(gconstpointer a, gconstpointer b)
 {
        const struct sr_input_format *ia = a, *ib = b;