mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CVolumeHelper: remove unnecessary reinit of font
Is already done in previous block.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9839db9729
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-21 (Wed, 21 Dec 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user