summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-15 11:28:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-15 11:28:26 +0200
commitac471850fe5d7f5267e991eb3d2ed3d5488fe502 (patch)
tree5cd7f5137979ca3a6968cee01fa5abb02536001c /menu.c
parent34710939eac9fc0c271e8a57ec07b6971eff6eaa (diff)
downloadvdr-ac471850fe5d7f5267e991eb3d2ed3d5488fe502.tar.gz
vdr-ac471850fe5d7f5267e991eb3d2ed3d5488fe502.tar.bz2
Moved FileNameChars into menuitems.h to make it available to plugins
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/menu.c b/menu.c
index 7a2e0ea6..5b56b3ab 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.204 2002/08/11 11:50:20 kls Exp $
+ * $Id: menu.c 1.205 2002/08/15 11:28:08 kls Exp $
*/
#include "menu.h"
@@ -32,8 +32,6 @@
#define CHNUMWIDTH (Channels.Count() > 999 ? 5 : 4) // there are people with more than 999 channels...
-const char *FileNameChars = " abcdefghijklmnopqrstuvwxyz0123456789-.#~";
-
// --- cMenuEditChanItem -----------------------------------------------------
class cMenuEditChanItem : public cMenuEditIntItem {