CComponentsFrmClock: remove statement

stopThread() is doing check against NULL itself
This commit is contained in:
2013-12-16 17:19:18 +01:00
parent c6db496de6
commit 2b65f1d1b3

View File

@@ -86,8 +86,7 @@ void CComponentsFrmClock::initVarClock( const int& x_pos, const int& y_pos, cons
CComponentsFrmClock::~CComponentsFrmClock() CComponentsFrmClock::~CComponentsFrmClock()
{ {
if (activeClock) stopThread();
stopThread();
} }
void CComponentsFrmClock::initTimeString() void CComponentsFrmClock::initTimeString()