]> sigrok.org Git - libsigrok.git/blobdiff - output/ols.c
Remove obsolete output API.
[libsigrok.git] / output / ols.c
index 28c01338cfedcc9972a2db7a6897d3d4b1fd1204..02e34e47672556a4c73b2a41bd066ea675b09c81 100644 (file)
@@ -151,7 +151,6 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_format output_ols = {
        .id = "ols",
        .description = "OpenBench Logic Sniffer",
-       .df_type = SR_DF_LOGIC,
        .init = init,
        .receive = receive,
        .cleanup = cleanup