mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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.
|
||||
// stops recursion if operation function returns false.
|
||||
void VoxelTree::recurseTreeWithOperation(RecurseVoxelTreeOperation operation, void* extraData) {
|
||||
int level = 0;
|
||||
recurseNodeWithOperation(rootNode, operation, extraData);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue