mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CInfoClock: remove not required call of setXPos()
CInfoClock is derived from class ComponentsFrmClock, so we can
use already available members.
Origin commit data
------------------
Commit: 98e48a76a8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-20 (Wed, 20 Nov 2013)
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