summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-05-27 16:10:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-05-27 16:10:47 +0200
commited77b757a06e755ec37fe2ccc3928616715895b4 (patch)
tree3391a6bb3d91fa42346120da806ec1df513b6c6a /config.h
parent86f14230c2131e548438b2f27dbe967b105ba126 (diff)
downloadvdr-ed77b757a06e755ec37fe2ccc3928616715895b4.tar.gz
vdr-ed77b757a06e755ec37fe2ccc3928616715895b4.tar.bz2
Reduced number of remote control keys
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/config.h b/config.h
index a66a2579..1e22b888 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.5 2000/05/01 10:45:17 kls Exp $
+ * $Id: config.h 1.6 2000/05/27 14:43:46 kls Exp $
*/
#ifndef __CONFIG_H
@@ -27,19 +27,11 @@ enum eKeys { // "Up" and "Down" must be the first two keys!
kBack,
kLeft,
kRight,
- k0, k1, k2, k3, k4, k5, k6, k7, k8, k9,
kRed,
kGreen,
kYellow,
kBlue,
- kRecord,
- kPause,
- kStop,
- kBegin,
- kSearchForward,
- kSearchBack,
- kSkipForward,
- kSkipBack,
+ k0, k1, k2, k3, k4, k5, k6, k7, k8, k9,
kNone
};