mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsFrmClock: remove statement
stopThread() is doing check against NULL itself
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