]> git.saurik.com Git - wxWidgets.git/commit
No real changes, just remove __WXDEBUG__ tests.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Dec 2009 14:59:01 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Dec 2009 14:59:01 +0000 (14:59 +0000)
commit5ceb93670ce69045f5dcc9bf4599d3942abdd164
treebbb3773fc34ffeebae59a923ad88f648c85b7891
parent5cd3213b65b195186b5ec65a3ae73bb0dc7ec19a
No real changes, just remove __WXDEBUG__ tests.

These tests are unnecessary now because asserts are almost always enabled. We
could test for wxDEBUG_LEVEL but the code still compiles even if it's defined
as 0 so there doesn't seem to be any need for it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/except/except.cpp