Removed critical section protecting last repeat counter.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jul 2009 17:09:33 +0000 (17:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jul 2009 17:09:33 +0000 (17:09 +0000)
commit16b1f6fc50d79247000892fd88139b37e578a25d
tree4cef286b88df28764e51c9a53516eff4665bc359
parent232addd1cd1515d08ab48335f14f6156363efb82
Removed critical section protecting last repeat counter.

It is not needed any longer now that this is only used by
wxLog::OnLogInMainThreade() which is only called from the main thread.

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