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:
2013-12-16 17:19:18 +01:00
parent 247a4d7c1c
commit 217b46e625

View File

@@ -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()