Skip to content

Commit

Permalink
Remove valid_count left over from legacy streamserver
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbirkin committed Nov 22, 2022
1 parent db986ab commit bf67571
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sacn/sacnsender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,8 @@ void CStreamServer::TickLoop()

QMutexLocker locker(&m_writeMutex);

int valid_count = 0;
for(auto it = m_multiverse.begin(); it != m_multiverse.end(); ++it)
{
if(it->psend)
++valid_count;

//Too soon to send?
//E1.31:2016 6.6.1
if (!it->min_interval.Expired())
Expand Down

0 comments on commit bf67571

Please sign in to comment.