spark: remove dead code from cDemux

Origin commit data
------------------
Branch: master
Commit: 3f6cee32f4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-21 (Sat, 21 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-02-21 22:25:29 +01:00
committed by max_10
parent bbbdacc945
commit f5722cd140

View File

@@ -240,15 +240,6 @@ void cDemux::Close(void)
fd = -1;
if (measure)
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)