X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=show.c;h=08abf6c184a00f516cd5d5a07b8c8f4d55145a12;hp=4cdf7049da05e51809ba1f4277560fac5b33b55d;hb=9216694f9278c653c2567074d3d0546d62390ca3;hpb=50c641aab7c4400393b7d2ab6be9267e3fa1eac7 diff --git a/show.c b/show.c index 4cdf704..08abf6c 100644 --- a/show.c +++ b/show.c @@ -21,9 +21,6 @@ #include #include -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;