clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jan 2008 19:07:52 +0000 (19:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jan 2008 19:07:52 +0000 (19:07 +0000)
commit8ebec7dcd8b0b7294dbc86340d52a10b45bc80db
tree207fe91620ea622b47017c663116a3485dc573f2
parentad294cb8f6aefb140b9902b885ac25cb36998978
clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it dynamically (as it's always done anyhow), this removes the need for ClearEventLocker() and OS/2 #ifdefs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h
src/common/appcmn.cpp
src/common/event.cpp