aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb_ci/dvbci.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-15 15:25:06 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-15 15:25:06 +0000
commit45e3ce941d85ae909f9cb9e350e79e765a9fd5a1 (patch)
treef4375f0a22bf49c43ee36f6b02696b109169a5c9 /lib/dvb_ci/dvbci.cpp
parent97a9b81eac4b871c65ff24097565194e0b024ee3 (diff)
downloadenigma2-45e3ce941d85ae909f9cb9e350e79e765a9fd5a1.tar.gz
enigma2-45e3ce941d85ae909f9cb9e350e79e765a9fd5a1.zip
no eFatal needed.. default is tuner 0
Diffstat (limited to 'lib/dvb_ci/dvbci.cpp')
-rw-r--r--lib/dvb_ci/dvbci.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp
index 5b0ea909..7c2774e9 100644
--- a/lib/dvb_ci/dvbci.cpp
+++ b/lib/dvb_ci/dvbci.cpp
@@ -88,7 +88,6 @@ int eDVBCIInterfaces::enableTS(int slotid, int enable)
int tunernum = 0;
if (enable)
{
- tunernum=-1;
PMTHandlerList::iterator it = m_pmt_handlers.begin();
while (it != m_pmt_handlers.end())
{
@@ -109,11 +108,6 @@ int eDVBCIInterfaces::enableTS(int slotid, int enable)
}
++it;
}
- if ( tunernum == -1 )
- {
- eFatal("couldn't find the correct tuner num in enableTS");
- return -1;
- }
}
return slot->enableTS(enable, tunernum);
}