summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.c b/config.c
index 7052f50..71c9387 100644
--- a/config.c
+++ b/config.c
@@ -11,9 +11,6 @@ cDesignerConfig::cDesignerConfig() {
limitLogoCache = 1;
numLogosMax = 200;
debugImageLoading = 0;
- //default logo width and height
- logoWidth = 268;
- logoHeight = 200;
replaceDecPoint = false;
//settings for rerun display
rerunAmount = 10;
@@ -86,12 +83,6 @@ bool cDesignerConfig::GetSkin(string &skin) {
return true;
}
-void cDesignerConfig::SetChannelLogoSize(void) {
- cImageLoader imgLoader;
- imgLoader.DeterminateChannelLogoSize(logoWidth, logoHeight);
- dsyslog("skindesigner: using %dx%d px as original channel logo size", logoWidth, logoHeight);
-}
-
void cDesignerConfig::CheckDecimalPoint(void) {
struct lconv *pLocInfo;
pLocInfo = localeconv();