mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
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:
@@ -300,10 +300,7 @@ void CVolumeHelper::initInfoClock(Font* font)
|
|||||||
else
|
else
|
||||||
clock_font = font;
|
clock_font = font;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
if (font != NULL)
|
|
||||||
clock_font = font;
|
|
||||||
}
|
|
||||||
digit_offset = (clock_font)->getDigitOffset();
|
digit_offset = (clock_font)->getDigitOffset();
|
||||||
digit_h = (clock_font)->getDigitHeight();
|
digit_h = (clock_font)->getDigitHeight();
|
||||||
int t1 = (clock_font)->getMaxDigitWidth();
|
int t1 = (clock_font)->getMaxDigitWidth();
|
||||||
|
Reference in New Issue
Block a user