mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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)
|
||||
x = CVolumeHelper::getInstance()->getInfoClockX();
|
||||
setXPos(x);
|
||||
|
||||
//prepare items before paint
|
||||
initCCLockItems();
|
||||
|
Reference in New Issue
Block a user