aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-04 10:56:12 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-04 10:56:12 +0000
commitf6b446cf3f2373e1e7f2d0fb19c19320e1b006d9 (patch)
tree88dd1e2b50e1f4896c90b6e05dfd955a4e876ecb /lib
parent2d01fd232419dbb9edaf7eb42f587dc635d21d42 (diff)
downloadenigma2-f6b446cf3f2373e1e7f2d0fb19c19320e1b006d9.tar.gz
enigma2-f6b446cf3f2373e1e7f2d0fb19c19320e1b006d9.zip
remove unneeded stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/dvb.h6
-rw-r--r--lib/dvb/pmt.cpp2
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() )