diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-09 10:07:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-09 10:07:40 +0100 |
commit | 18ab84b0c108763f6c591abdbea228faabfdea1c (patch) | |
tree | 564ac04e0f8dfb51ce6f536ee7f4a47408002b6a /vdr.c | |
parent | 7ada973f6c9672f704e183310d733b1579b0d5b4 (diff) | |
download | vdr-18ab84b0c108763f6c591abdbea228faabfdea1c.tar.gz vdr-18ab84b0c108763f6c591abdbea228faabfdea1c.tar.bz2 |
New SVDRP command VOLU
Diffstat (limited to 'vdr.c')
-rw-r--r-- | vdr.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -22,7 +22,7 @@ * * The project's page is at http://www.cadsoft.de/people/kls/vdr * - * $Id: vdr.c 1.99 2002/03/08 16:34:29 kls Exp $ + * $Id: vdr.c 1.100 2002/03/08 17:14:43 kls Exp $ */ #include <getopt.h> @@ -50,8 +50,6 @@ #define SHUTDOWNWAIT 300 // seconds to wait in user prompt before automatic shutdown #define MANUALSTART 600 // seconds the next timer must be in the future to assume manual start -#define VOLUMEDELTA 5 // used to increase/decrease the volume - static int Interrupted = 0; static void SignalHandler(int signum) |