mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
more cleanup work
This commit is contained in:
parent
60ae1259fa
commit
1c2c37ff44
1 changed files with 0 additions and 9 deletions
|
@ -30,9 +30,6 @@
|
|||
|
||||
const QString MESSAGES_MIXER_LOGGING_NAME = "messages-mixer";
|
||||
|
||||
const int MESSAGES_MIXER_BROADCAST_FRAMES_PER_SECOND = 60;
|
||||
const unsigned int MESSAGES_DATA_SEND_INTERVAL_MSECS = (1.0f / (float) MESSAGES_MIXER_BROADCAST_FRAMES_PER_SECOND) * 1000;
|
||||
|
||||
MessagesMixer::MessagesMixer(NLPacket& packet) :
|
||||
ThreadedAssignment(packet)
|
||||
{
|
||||
|
@ -143,12 +140,6 @@ void MessagesMixer::run() {
|
|||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
nodeList->addNodeTypeToInterestSet(NodeType::Agent);
|
||||
|
||||
/*
|
||||
nodeList->linkedDataCreateCallback = [] (Node* node) {
|
||||
// no need to link data
|
||||
};
|
||||
*/
|
||||
|
||||
// wait until we have the domain-server settings, otherwise we bail
|
||||
DomainHandler& domainHandler = nodeList->getDomainHandler();
|
||||
|
||||
|
|
Loading…
Reference in a new issue