mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +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();
|
||||
return item;
|
||||
}
|
||||
else
|
||||
return nullptr;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
unsigned int WorkQueue::getNumItems() const
|
||||
|
|
Loading…
Reference in a new issue