CComponentsFrmClock: remove unused parameter,fix possible compiler warnings

This commit is contained in:
2016-04-22 13:29:34 +02:00
parent 8d1e34a527
commit 8573db8019
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;