mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CInfoClock: remove not required call of setXPos()
CInfoClock is derived from class ComponentsFrmClock, so we can use already available members.
This commit is contained in:
@@ -86,7 +86,6 @@ void CInfoClock::paint(bool do_save_bg)
|
|||||||
{
|
{
|
||||||
// calculate current x-position of clock (mute icon on/off)
|
// calculate current x-position of clock (mute icon on/off)
|
||||||
x = CVolumeHelper::getInstance()->getInfoClockX();
|
x = CVolumeHelper::getInstance()->getInfoClockX();
|
||||||
setXPos(x);
|
|
||||||
|
|
||||||
//prepare items before paint
|
//prepare items before paint
|
||||||
initCCLockItems();
|
initCCLockItems();
|
||||||
|
Reference in New Issue
Block a user