mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanup.
This commit is contained in:
@@ -319,7 +319,6 @@ SHAMapTreeNode* SHAMap::lastBelow(SHAMapTreeNode* node)
|
|||||||
SHAMapItem::pointer SHAMap::onlyBelow(SHAMapTreeNode* node)
|
SHAMapItem::pointer SHAMap::onlyBelow(SHAMapTreeNode* node)
|
||||||
{
|
{
|
||||||
// If there is only one item below this node, return it
|
// If there is only one item below this node, return it
|
||||||
bool found;
|
|
||||||
while (!node->isLeaf())
|
while (!node->isLeaf())
|
||||||
{
|
{
|
||||||
found = false;
|
found = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user