]> sigrok.org Git - libsigrok.git/blobdiff - output/gnuplot.c
Remove obsolete output API.
[libsigrok.git] / output / gnuplot.c
index 056ee29a917bae0166006cfb1d756a545bb7acae..0eb116d291d3e3e7e3eb888f72e73df2a4f4095b 100644 (file)
@@ -218,7 +218,6 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_format output_gnuplot = {
        .id = "gnuplot",
        .description = "Gnuplot",
-       .df_type = SR_DF_LOGIC,
        .init = init,
        .receive = receive,
        .cleanup = cleanup,