diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-25 14:44:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-25 14:44:43 +0100 |
commit | 42c42b554af5b5290eaf40ea046e472824ec6f28 (patch) | |
tree | f4f84aa2b1f6dd85af00f57c1bb9daf86acc87b2 /config.h | |
parent | f2c396ee070040e1280fd99a5220aa92dbdc9b47 (diff) | |
download | vdr-42c42b554af5b5290eaf40ea046e472824ec6f28.tar.gz vdr-42c42b554af5b5290eaf40ea046e472824ec6f28.tar.bz2 |
Removed the "PrimaryLimit"
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 2.41 2012/02/19 14:33:23 kls Exp $ + * $Id: config.h 2.42 2012/02/25 13:31:34 kls Exp $ */ #ifndef __CONFIG_H @@ -264,7 +264,6 @@ public: int SVDRPTimeout; int ZapTimeout; int ChannelEntryTimeout; - int PrimaryLimit; int DefaultPriority, DefaultLifetime; int PausePriority, PauseLifetime; int PauseKeyHandling; |