summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-09 10:07:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-09 10:07:40 +0100
commit18ab84b0c108763f6c591abdbea228faabfdea1c (patch)
tree564ac04e0f8dfb51ce6f536ee7f4a47408002b6a /vdr.c
parent7ada973f6c9672f704e183310d733b1579b0d5b4 (diff)
downloadvdr-18ab84b0c108763f6c591abdbea228faabfdea1c.tar.gz
vdr-18ab84b0c108763f6c591abdbea228faabfdea1c.tar.bz2
New SVDRP command VOLU
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/vdr.c b/vdr.c
index daf0baaf..922bdcaa 100644
--- a/vdr.c
+++ b/vdr.c
@@ -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)