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:
2013-11-20 21:56:35 +01:00
parent a6769b1cfc
commit 7e9227bb99

View File

@@ -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();