summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-11-01 15:41:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2000-11-01 15:41:33 +0100
commitfb096c680f671d8b0a4b5a1e1dddf9aa96020061 (patch)
tree836a456002f52ea0be580686760171a8dec2d811 /config.c
parent92d698d39cdeca0c2df175ec8295527353d20069 (diff)
downloadvdr-fb096c680f671d8b0a4b5a1e1dddf9aa96020061.tar.gz
vdr-fb096c680f671d8b0a4b5a1e1dddf9aa96020061.tar.bz2
Moved 'DisplayChannel' to menu.c; Yellow and Green function temporarily disabled
Diffstat (limited to 'config.c')
-rw-r--r--config.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/config.c b/config.c
index 18234f53..730ed8a6 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.27 2000/10/29 13:04:37 kls Exp $
+ * $Id: config.c 1.28 2000/11/01 13:42:52 kls Exp $
*/
#include "config.h"
@@ -628,14 +628,6 @@ const char *cChannels::GetChannelNameByNumber(int Number)
return channel ? channel->name : NULL;
}
-eKeys cChannels::ShowChannel(int Number, bool Switched, bool Group)
-{
- cChannel *channel = Group ? Get(Number) : GetByNumber(Number);
- if (channel)
- return Interface->DisplayChannel(channel->number, channel->name, !Switched || Setup.ShowInfoOnChSwitch);
- return kNone;
-}
-
// -- cTimers ----------------------------------------------------------------
cTimers Timers;