CVolumeHelper: remove unnecessary reinit of font

Is already done in previous block.


Origin commit data
------------------
Commit: 9839db9729
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-21 (Wed, 21 Dec 2016)
This commit is contained in:
2016-12-21 10:19:35 +01:00
parent 9dbb076f26
commit ffa2a927a2

View File

@@ -300,10 +300,7 @@ void CVolumeHelper::initInfoClock(Font* font)
else
clock_font = font;
}
else {
if (font != NULL)
clock_font = font;
}
digit_offset = (clock_font)->getDigitOffset();
digit_h = (clock_font)->getDigitHeight();
int t1 = (clock_font)->getMaxDigitWidth();