mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -346,7 +346,7 @@ bool CComponentsFrmClock::stopClock()
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CComponentsFrmClock::Start(bool do_save_bg)
|
||||
bool CComponentsFrmClock::Start()
|
||||
{
|
||||
if (startClock()) {
|
||||
paintClock = true;
|
||||
|
Reference in New Issue
Block a user