diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:44:12 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:44:12 +0200 |
commit | b8d7e90388269fb1e3b8f97a75cfebf2237d51b0 (patch) | |
tree | e2a533c6749ee0ddfa89a596e6e7d32a5e132808 /tasks.cpp | |
parent | 527e2a9ac7bf6ff3bd2ce10cd9acad88da9885d2 (diff) | |
download | vdr-plugin-live-b8d7e90388269fb1e3b8f97a75cfebf2237d51b0.tar.gz vdr-plugin-live-b8d7e90388269fb1e3b8f97a75cfebf2237d51b0.tar.bz2 |
Remove more dead code
Diffstat (limited to 'tasks.cpp')
-rw-r--r-- | tasks.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -243,11 +243,6 @@ void TaskManager::DoScheduledTasks() return; cMutexLock lock( this ); - /*while ( !m_taskQueue.empty() ) { - Task* current = m_taskQueue.front(); - current->Action(); - m_taskQueue.pop_front(); - }*/ for_each( m_taskQueue.begin(), m_taskQueue.end(), bind( &Task::Action, _1 ) ); for_each( m_stickyTasks.begin(), m_stickyTasks.end(), bind( &Task::Action, _1 ) ); m_taskQueue.clear(); |