mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-14 10:11:29 +00:00
Remove redundant else
This commit is contained in:
parent
eece47f70e
commit
d4a2dab9d9
1 changed files with 1 additions and 2 deletions
|
@ -93,8 +93,7 @@ osg::ref_ptr<WorkItem> WorkQueue::removeWorkItem()
|
||||||
mQueue.pop_front();
|
mQueue.pop_front();
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
else
|
return nullptr;
|
||||||
return nullptr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int WorkQueue::getNumItems() const
|
unsigned int WorkQueue::getNumItems() const
|
||||||
|
|
Loading…
Reference in a new issue