From ae3da0bcec271892b4e4aa1c34a0eb06c3856035 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 28 May 2005 13:57:08 +0200 Subject: Made cChannel::GetChannelID() inline --- channels.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'channels.c') diff --git a/channels.c b/channels.c index 7185a99f..084b6996 100644 --- a/channels.c +++ b/channels.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.c 1.40 2005/05/28 09:44:41 kls Exp $ + * $Id: channels.c 1.41 2005/05/28 13:55:57 kls Exp $ */ #include "channels.h" @@ -258,11 +258,6 @@ int cChannel::Transponder(void) const return tf; } -tChannelID cChannel::GetChannelID(void) const -{ - return tChannelID(source, nid, (nid || tid) ? tid : Transponder(), sid, rid); -} - int cChannel::Modification(int Mask) { int Result = modification & Mask; -- cgit v1.2.3