Addendum to previous GHOST commit: remove redundant check.

This commit is contained in:
Kévin Dietrich 2015-12-27 21:32:19 +01:00
parent c09ed363bf
commit c4c3d84d58

@ -116,10 +116,6 @@ void GHOST_EventManager::dispatchEvent()
void GHOST_EventManager::dispatchEvents()
{
if (m_events.empty()) {
return;
}
while (!m_events.empty()) {
dispatchEvent();
}