CChannelList::~CChannelList(): delete remove unnecessary

This commit is contained in:
Jacek Jendrzej
2013-12-16 13:39:55 +01:00
parent e78a6b2a4c
commit 9ef0e68ba2

View File

@@ -140,10 +140,6 @@ CChannelList::~CChannelList()
headerClock->hide();
if (headerClock->isClockRun())
headerClock->stopThread();
if(headerClock){
delete headerClock;
headerClock = NULL;
}
}
}
void CChannelList::ClearList(void)