mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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()
|
CComponentsFrmClock::~CComponentsFrmClock()
|
||||||
{
|
{
|
||||||
if (activeClock)
|
stopThread();
|
||||||
stopThread();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CComponentsFrmClock::initTimeString()
|
void CComponentsFrmClock::initTimeString()
|
||||||
|
Reference in New Issue
Block a user