mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:59:56 +00:00
Remove redundant else
This commit is contained in:
parent
eece47f70e
commit
d4a2dab9d9
1 changed files with 1 additions and 2 deletions
|
@ -93,7 +93,6 @@ osg::ref_ptr<WorkItem> WorkQueue::removeWorkItem()
|
|||
mQueue.pop_front();
|
||||
return item;
|
||||
}
|
||||
else
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue