mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
CVolumeHelper: remove unnecessary reinit of font
Is already done in previous block.
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