diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-04 10:56:12 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-04 10:56:12 +0000 |
| commit | f6b446cf3f2373e1e7f2d0fb19c19320e1b006d9 (patch) | |
| tree | 88dd1e2b50e1f4896c90b6e05dfd955a4e876ecb /lib | |
| parent | 2d01fd232419dbb9edaf7eb42f587dc635d21d42 (diff) | |
| download | enigma2-f6b446cf3f2373e1e7f2d0fb19c19320e1b006d9.tar.gz enigma2-f6b446cf3f2373e1e7f2d0fb19c19320e1b006d9.zip | |
remove unneeded stuff
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dvb/dvb.h | 6 | ||||
| -rw-r--r-- | lib/dvb/pmt.cpp | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 6a9e6330..ee8ea8ef 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -137,10 +137,8 @@ class eDVBResourceManager: public iObject friend class eDVBChannel; RESULT addChannel(const eDVBChannelID &chid, eDVBChannel *ch); RESULT removeChannel(eDVBChannel *ch); - + Signal1<void,eDVBChannel*> m_channelAdded; - Signal1<void,eDVBChannel*> m_channelRemoved; - Signal1<void,iDVBChannel*> m_channelRunning; bool canAllocateFrontend(ePtr<iDVBFrontendParameters> &feparm); public: @@ -164,8 +162,6 @@ public: RESULT allocatePVRChannel(eUsePtr<iDVBPVRChannel> &channel); RESULT connectChannelAdded(const Slot1<void,eDVBChannel*> &channelAdded, ePtr<eConnection> &connection); - RESULT connectChannelRemoved(const Slot1<void,eDVBChannel*> &channelRemoved, ePtr<eConnection> &connection); - RESULT connectChannelRunning(const Slot1<void,iDVBChannel*> &channelRemoved, ePtr<eConnection> &connection); bool canAllocateChannel(const eDVBChannelID &channelid, const eDVBChannelID &ignore); }; diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 5a1b7c5c..300add41 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -52,8 +52,6 @@ void eDVBServicePMTHandler::channelStateChanged(iDVBChannel *channel) { eDebug("ok ... now we start!!"); - /* emit */ m_resourceManager->m_channelRunning(channel); - m_PAT.begin(eApp, eDVBPATSpec(), m_demux); if ( m_service && !m_service->cacheEmpty() ) |
