summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
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;