X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Fvcd.c;h=7453b507fccd3b7ad999b64dce3fcf90eaa932ad;hb=44559b2c3bfa2c892242097e3aba871a11f943eb;hp=9b753f21ea62e5788bfee1a0a975332163978257;hpb=6f64ebb22306d1436becd9da4fb3761c99462810;p=libsigrok.git diff --git a/output/vcd.c b/output/vcd.c index 9b753f21..7453b507 100644 --- a/output/vcd.c +++ b/output/vcd.c @@ -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,