summaryrefslogtreecommitdiff
path: root/geometrymanager.c
diff options
context:
space:
mode:
Diffstat (limited to 'geometrymanager.c')
-rw-r--r--geometrymanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometrymanager.c b/geometrymanager.c
index e24afe9..59fd242 100644
--- a/geometrymanager.c
+++ b/geometrymanager.c
@@ -122,7 +122,7 @@ void cGeometryManager::SetDisplayChannelSizes(void) {
int logoWidthTotalPercent = 16;
channelLogoWidthTotal = logoWidthTotalPercent * channelWidth /100;
- int logoMaxWidth = logoMaxWidth = channelLogoWidthTotal - 10;
+ int logoMaxWidth = channelLogoWidthTotal - 10;
int logoMaxHeight;
if (config.GetValue("displayType") == dtGraphical) {
logoMaxHeight = channelHeight - channelHeaderHeight - 2;