diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-28 09:53:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-28 09:53:54 +0200 |
commit | 7114258ebd27e302eba4be88b546662c163396f4 (patch) | |
tree | 4cfbb6e134ed4fd9a4c1cf3bf567abfde09e3d12 /epg.c | |
parent | 1855ab0ef3ff5ef220cbd3bc486b0c4d66063073 (diff) | |
download | vdr-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.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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; |