mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CComponentsFrmClock: remove statement
stopThread() is doing check against NULL itself
Origin commit data
------------------
Commit: 2b65f1d1b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-16 (Mon, 16 Dec 2013)
This commit is contained in:
@@ -86,8 +86,7 @@ void CComponentsFrmClock::initVarClock( const int& x_pos, const int& y_pos, cons
|
||||
|
||||
CComponentsFrmClock::~CComponentsFrmClock()
|
||||
{
|
||||
if (activeClock)
|
||||
stopThread();
|
||||
stopThread();
|
||||
}
|
||||
|
||||
void CComponentsFrmClock::initTimeString()
|
||||
|
Reference in New Issue
Block a user