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

Unused variable


Origin commit data
------------------
Branch: master
Commit: 449438e144
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-10 (Tue, 10 Apr 2018)



------------------
This commit was generated by Migit
This commit is contained in:
2018-04-10 22:55:07 +02:00
parent 8ff07edbe1
commit 1752facbe8

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;