X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci.cpp;h=7c2774e989d6a1eb9876d80dc33cb515c5a89662;hp=5b0ea90968a0e0a0fa43a0edcd2ad6fe8f37a18d;hb=45e3ce941d85ae909f9cb9e350e79e765a9fd5a1;hpb=e3117905aef14133289aabfc8f48af2d15126525 diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index 5b0ea90..7c2774e 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); }