output/vcd: minor nit, remove unused variable

This commit is contained in:
Gerhard Sittig 2017-04-16 16:47:03 +02:00 committed by Uwe Hermann
parent fe3004f5a0
commit adee480c02
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
struct context { struct context {
int num_enabled_channels; int num_enabled_channels;
GArray *channelindices;
uint8_t *prevsample; uint8_t *prevsample;
gboolean header_done; gboolean header_done;
int period; int period;