CComponentsFrmClock: remove unused parameter,fix possible compiler warnings

Origin commit data
------------------
Commit: 8573db8019
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-04-22 (Fri, 22 Apr 2016)
This commit is contained in:
2016-04-22 13:29:34 +02:00
parent c167f68b78
commit b0db75af05
2 changed files with 3 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ bool CComponentsFrmClock::stopClock()
return false;
}
bool CComponentsFrmClock::Start(bool do_save_bg)
bool CComponentsFrmClock::Start()
{
if (startClock()) {
paintClock = true;