X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=decode.c;h=7712ea10a2a2580df9e6297446581381f3f9c520;hp=707aefb634f79a6f981a6c91e0c031ee56147c45;hb=f99038b44505c05197da6954d8fcfbbd728c7216;hpb=142b54581d3c819b629ecd2c2dce69dfc4297d30 diff --git a/decode.c b/decode.c index 707aefb..7712ea1 100644 --- a/decode.c +++ b/decode.c @@ -30,8 +30,6 @@ static GHashTable *pd_binary_visible = NULL; static GHashTable *pd_channel_maps = NULL; extern struct srd_session *srd_sess; -extern gint opt_loglevel; - static int opts_to_gvar(struct srd_decoder *dec, GHashTable *hash, GHashTable **options)