Skip to content

Commit

Permalink
Remove unneeded TODO comment and add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Nov 21, 2024
1 parent 1791c43 commit d386e05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,7 @@ void CClient::OnConClientListMesReceived ( CVector<CChannelInfo> vecChanInfo )
Q_ASSERT ( iActiveChannels == iNumConnectedClients );
}

// TODO Does vecChanInfo need to be ordered by client channel ID instead of server channel ID?
// check if this is actually necessary, and whether it affects the level meters
// pass the received list onwards, now containing client channel IDs

emit ConClientListMesReceived ( vecChanInfo );
}
Expand Down

0 comments on commit d386e05

Please sign in to comment.