removed wxIsLoggingEnabled() as it could create the log target as an unwanted side...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 May 2006 18:48:48 +0000 (18:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 May 2006 18:48:48 +0000 (18:48 +0000)
commitd68d85908b4f6073ae1c100abe3d9469fcd451d9
treedd21a90c66aeb7a9706836cd777fa4e6c623eaf3
parent41f44cca0a5130f104aaeefad1f07a39a1491c0f
removed wxIsLoggingEnabled() as it could create the log target as an unwanted side effect and just use wxLog::IsEnabled() instead

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