summaryrefslogtreecommitdiff
path: root/vdr_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_setup.c')
-rw-r--r--vdr_setup.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/vdr_setup.c b/vdr_setup.c
index 0334fea..95d7df2 100644
--- a/vdr_setup.c
+++ b/vdr_setup.c
@@ -22,8 +22,6 @@
#include "vdr_setup.h"
#include "i18n.h"
-mgSetup the_setup;
-
// --- mgMenuSetup -----------------------------------------------------------
@@ -75,18 +73,3 @@ mgMenuSetup::Store (void)
SetupStore ("Only48kHz", the_setup.Only48kHz);
}
-
-// --- mgSetup ---------------------------------------------------------------
-
-mgSetup::mgSetup ()
-{
- InitLoopMode = 0;
- InitShuffleMode = 0;
- AudioMode = 1;
- DisplayMode = 3;
- BackgrMode = 1;
- TargetLevel = DEFAULT_TARGET_LEVEL;
- LimiterLevel = DEFAULT_LIMITER_LEVEL;
- Only48kHz = 0;
- ToplevelDir = "/mnt/music/";
-}