mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark: remove dead code from cDemux
This commit is contained in:
@@ -240,15 +240,6 @@ void cDemux::Close(void)
|
|||||||
fd = -1;
|
fd = -1;
|
||||||
if (measure)
|
if (measure)
|
||||||
return;
|
return;
|
||||||
if (dmx_type == DMX_TP_CHANNEL)
|
|
||||||
{
|
|
||||||
dmx_tp_count--;
|
|
||||||
if (dmx_tp_count < 0)
|
|
||||||
{
|
|
||||||
lt_info("%s dmx_tp_count < 0!!\n", __func__);
|
|
||||||
dmx_tp_count = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cDemux::Start(bool)
|
bool cDemux::Start(bool)
|
||||||
|
Reference in New Issue
Block a user