mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 21:23:18 +02:00
removed duplicate function bodies
This commit is contained in:
parent
d8b0b03e59
commit
4c4ff45f31
1 changed files with 0 additions and 8 deletions
|
@ -362,11 +362,3 @@ void OctreeQueryNode::dumpOutOfView() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void OctreeQueryNode::incrementSequenceNumber() {
|
||||
_sequenceNumber++;
|
||||
}
|
||||
|
||||
OCTREE_PACKET_SEQUENCE OctreeQueryNode::getSequenceNumber() {
|
||||
return _sequenceNumber;
|
||||
}
|
Loading…
Reference in a new issue