]> sigrok.org Git - libsigrok.git/blobdiff - output/analog.c
Remove obsolete output API.
[libsigrok.git] / output / analog.c
index 286c50be9768d2c37ae58fddaed081acde25df05..131e24c487bfee8177a3cd6c24759178ef4da4df 100644 (file)
@@ -264,7 +264,6 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_format output_analog = {
        .id = "analog",
        .description = "Analog data",
-       .df_type = SR_DF_ANALOG,
        .init = init,
        .receive = receive,
        .cleanup = cleanup