generic-pc/dmx.cpp: fix possible compile error

Unused variable
This commit is contained in:
2018-04-10 22:55:07 +02:00
parent cc09186911
commit 449438e144

View File

@@ -71,7 +71,7 @@ static const char *devname[NUM_DEMUXDEV] = {
#define NUM_DEMUX 1
static int dmx_source[NUM_DEMUX] = { 0 };
static bool init[NUM_DEMUXDEV] = { false };
// static bool init[NUM_DEMUXDEV] = { false };
/* uuuugly */
static int dmx_tp_count = 0;