]> sigrok.org Git - libsigrok.git/blobdiff - output/binary.c
Remove obsolete output API.
[libsigrok.git] / output / binary.c
index bad93f28dfb1698698680fb66f80dd053a899e44..d631773fb540412f2744724e360d7acd070c76a3 100644 (file)
@@ -46,7 +46,6 @@ static int receive(struct sr_output *o, const struct sr_dev_inst *sdi,
 SR_PRIV struct sr_output_format output_binary = {
        .id = "binary",
        .description = "Raw binary",
-       .df_type = SR_DF_LOGIC,
        .init = NULL,
        .receive = receive,
 };