The source project of this merge request has been removed.
Do not check m_inited again in focusUpdatesBlocked()
We have already checked m_inited in InputDeviceHandler::update()
, and
focusUpdatesBlocked()
will be only called by it.
We have already checked m_inited in InputDeviceHandler::update()
, and
focusUpdatesBlocked()
will be only called by it.