summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-04-22 13:51:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-04-22 13:51:48 +0200
commitc32864756051a976e87879cd5827f4d95b5d55d5 (patch)
treea33220d629f2a5108957f1f42547d4cdd0e70f6f /config.c
parentec9cb35acb536540003caed72b56156b960458d5 (diff)
downloadvdr-c32864756051a976e87879cd5827f4d95b5d55d5.tar.gz
vdr-c32864756051a976e87879cd5827f4d95b5d55d5.tar.bz2
Implemented Channel Display
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.c b/config.c
index c29fea8b..64c09147 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'osm.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.3 2000/04/15 12:48:00 kls Exp $
+ * $Id: config.c 1.4 2000/04/22 13:32:27 kls Exp $
*/
#include "config.h"
@@ -206,7 +206,6 @@ bool cChannel::Switch(void)
if (!DvbApi.Recording()) {
isyslog(LOG_INFO, "switching to channel %d", Index() + 1);
CurrentChannel = Index();
- Interface.DisplayChannel(CurrentChannel + 1, name);
for (int i = 3; --i;) {
if (DvbApi.SetChannel(frequency, polarization, diseqc, srate, vpid, apid, ca, pnr))
return true;