mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CChannelList::~CChannelList(): delete remove unnecessary
This commit is contained in:
@@ -140,10 +140,6 @@ CChannelList::~CChannelList()
|
||||
headerClock->hide();
|
||||
if (headerClock->isClockRun())
|
||||
headerClock->stopThread();
|
||||
if(headerClock){
|
||||
delete headerClock;
|
||||
headerClock = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
void CChannelList::ClearList(void)
|
||||
|
Reference in New Issue
Block a user