]> sigrok.org Git - libsigrok.git/blobdiff - output/vcd.c
Remove obsolete output API.
[libsigrok.git] / output / vcd.c
index 9b753f21ea62e5788bfee1a0a975332163978257..7453b507fccd3b7ad999b64dce3fcf90eaa932ad 100644 (file)
@@ -243,7 +243,6 @@ static int cleanup(struct sr_output *o)
 struct sr_output_format output_vcd = {
        .id = "vcd",
        .description = "Value Change Dump (VCD)",
-       .df_type = SR_DF_LOGIC,
        .init = init,
        .receive = receive,
        .cleanup = cleanup,