diff options
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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(); |
