CComponentsFrmClock: remove unnecessary paint

Is already handled with OnTimer signal.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 71adac0a0b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-04-20 (Wed, 20 Apr 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-04-20 22:49:52 +02:00
parent f24c9ce73c
commit 0fad6b7256

View File

@@ -349,8 +349,6 @@ bool CComponentsFrmClock::stopClock()
bool CComponentsFrmClock::Start(bool do_save_bg)
{
if (startClock()) {
//ensure paint of segements on first paint
paint(do_save_bg);
paintClock = true;
return true;
}