mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponentsFrmClock: remove unused parameter,fix possible compiler warnings
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