mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
remove unused index variable
This commit is contained in:
parent
9de098b4d9
commit
e888366fd8
1 changed files with 0 additions and 2 deletions
|
@ -788,8 +788,6 @@ void NodeList::removeSilentNodes() {
|
|||
|
||||
NodeHash::iterator nodeItem = _nodeHash.begin();
|
||||
|
||||
int index = 0;
|
||||
|
||||
while (nodeItem != _nodeHash.end()) {
|
||||
|
||||
SharedNodePointer node = nodeItem.value();
|
||||
|
|
Loading…
Reference in a new issue