1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:29:55 +00:00

Remove redundant else

This commit is contained in:
elsid 2021-07-10 12:19:59 +02:00
parent eece47f70e
commit d4a2dab9d9
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -93,7 +93,6 @@ osg::ref_ptr<WorkItem> WorkQueue::removeWorkItem()
mQueue.pop_front();
return item;
}
else
return nullptr;
}