From: Felix Domke Date: Thu, 19 Jan 2006 12:57:42 +0000 (+0000) Subject: remove recheckFrontendState until it's implemented X-Git-Tag: 2.6.0~4360 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/80a43808a277db246fd679ab7e84b5b932bacfd7?ds=sidebyside remove recheckFrontendState until it's implemented --- diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 8c89a16f..dcdac7ef 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -304,8 +304,7 @@ RESULT eDVBResourceManager::allocateChannel(const eDVBChannelID &channelid, eUse if(channelid==cache_chan->getChannelID()) { eDebug("use cached_channel"); - channel = m_cached_channel; - m_cached_channel->recheckFrontendState(); + channel = m_cached_channel; return 0; } m_cached_channel=0;