mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:16:16 +02:00
remove commented-out code
This commit is contained in:
parent
dac57c44da
commit
adfc82e169
1 changed files with 0 additions and 9 deletions
|
@ -36,15 +36,6 @@ void EntityEditPacketSender::queueEditEntityMessage(PacketType type, EntityItemI
|
|||
unsigned char bufferOut[MAX_PACKET_SIZE];
|
||||
int sizeOut = 0;
|
||||
|
||||
|
||||
//// XXX
|
||||
// auto nodeList = DependencyManager::get<NodeList>();
|
||||
// QUuid myNodeID = nodeList->getSessionUUID();
|
||||
// QString x = properties.getSimulatorID() == myNodeID ? "me" : properties.getSimulatorID().toString();
|
||||
// qDebug() << "sending update:" << properties.simulatorIDChanged() << x;
|
||||
//// XXX
|
||||
|
||||
|
||||
if (EntityItemProperties::encodeEntityEditPacket(type, modelID, properties, &bufferOut[0], _maxPacketSize, sizeOut)) {
|
||||
#ifdef WANT_DEBUG
|
||||
qCDebug(entities) << "calling queueOctreeEditMessage()...";
|
||||
|
|
Loading…
Reference in a new issue