summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-28 09:53:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-28 09:53:54 +0200
commit7114258ebd27e302eba4be88b546662c163396f4 (patch)
tree4cfbb6e134ed4fd9a4c1cf3bf567abfde09e3d12 /epg.c
parent1855ab0ef3ff5ef220cbd3bc486b0c4d66063073 (diff)
downloadvdr-7114258ebd27e302eba4be88b546662c163396f4.tar.gz
vdr-7114258ebd27e302eba4be88b546662c163396f4.tar.bz2
cRecordingInfo stores channelID itself (preparation for change in cEvent)
Diffstat (limited to 'epg.c')
-rw-r--r--epg.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/epg.c b/epg.c
index 13a4ba81..5546bf96 100644
--- a/epg.c
+++ b/epg.c
@@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $Id: epg.c 1.30 2005/05/16 14:12:00 kls Exp $
+ * $Id: epg.c 1.31 2005/05/28 09:49:04 kls Exp $
*/
#include "epg.h"
@@ -112,11 +112,6 @@ int cEvent::Compare(const cListObject &ListObject) const
return startTime - e->startTime;
}
-void cEvent::SetChannelID(tChannelID ChannelID)
-{
- channelID = ChannelID;
-}
-
void cEvent::SetEventID(u_int16_t EventID)
{
eventID = EventID;