summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.c b/config.c
index cde9a505..7ff9f8d5 100644
--- a/config.c
+++ b/config.c
@@ -24,8 +24,6 @@ cFlatConfig::cFlatConfig(void) {
ChannelFormatShow = true;
ChannelResolutionAspectShow = true;
ChannelSimpleAspectFormat = true;
- ChannelBitrateShow = false;
- ChannelBitrateShowCalcInterval = 20;
ChannelTimeLeft = 0;
ChannelDvbapiInfoShow = 1;
@@ -321,10 +319,8 @@ bool cFlatConfig::SetupParse(const char *Name, const char *Value) {
else if (strcmp(Name, "ScrollerType") == 0) ScrollerType = atoi(Value);
else if (strcmp(Name, "DiskUsageShort") == 0) DiskUsageShort = atoi(Value);
else if (strcmp(Name, "DiskUsageFree") == 0) DiskUsageFree = atoi(Value);
- else if (strcmp(Name, "ChannelBitrateShow") == 0) ChannelBitrateShow = atoi(Value);
else if (strcmp(Name, "TopBarFontClockScale") == 0) TopBarFontClockScale = atod(Value);
else if (strcmp(Name, "TimeSecsScale") == 0) TimeSecsScale = atod(Value);
- else if (strcmp(Name, "ChannelBitrateShowCalcInterval") == 0) ChannelBitrateShowCalcInterval = atoi(Value);
else if (strcmp(Name, "TopBarHideClockText") == 0) TopBarHideClockText = atoi(Value);
else if (strcmp(Name, "ChannelTimeLeft") == 0) ChannelTimeLeft = atoi(Value);
else if (strcmp(Name, "MenuFullOsd") == 0) MenuFullOsd = atoi(Value);