diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-25 14:17:56 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-25 14:17:56 +0100 |
commit | 9dc73da7f506c9efc7b028e21b60a2d916a5fbc9 (patch) | |
tree | 7d4f363771a54634b618c1bd51a27366018151e2 /config.h | |
parent | 40f4cef75ed6abffc68a01d1dd6ad132af17753c (diff) | |
download | vdr-9dc73da7f506c9efc7b028e21b60a2d916a5fbc9.tar.gz vdr-9dc73da7f506c9efc7b028e21b60a2d916a5fbc9.tar.bz2 |
The option "Setup/OSD/Sort timers" has been removed
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.245 2006/02/24 14:11:19 kls Exp $ + * $Id: config.h 1.246 2006/02/25 14:12:20 kls Exp $ */ #ifndef __CONFIG_H @@ -212,7 +212,6 @@ public: int EPGLinger; int SVDRPTimeout; int ZapTimeout; - int SortTimers; int PrimaryLimit; int DefaultPriority, DefaultLifetime; int PausePriority, PauseLifetime; |