mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 16:18:37 +02:00
removed dead code, fixed compiler warning
This commit is contained in:
parent
17e70271ff
commit
371bf7d181
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ void VoxelTree::recurseTreeWithOperationDistanceSortedTimed(PointerStack* stackO
|
||||||
// Recurses voxel tree calling the RecurseVoxelTreeOperation function for each node.
|
// Recurses voxel tree calling the RecurseVoxelTreeOperation function for each node.
|
||||||
// stops recursion if operation function returns false.
|
// stops recursion if operation function returns false.
|
||||||
void VoxelTree::recurseTreeWithOperation(RecurseVoxelTreeOperation operation, void* extraData) {
|
void VoxelTree::recurseTreeWithOperation(RecurseVoxelTreeOperation operation, void* extraData) {
|
||||||
int level = 0;
|
|
||||||
recurseNodeWithOperation(rootNode, operation, extraData);
|
recurseNodeWithOperation(rootNode, operation, extraData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue