]> git.saurik.com Git - wxWidgets.git/commitdiff
removed Robert's message box
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Aug 2001 19:03:06 +0000 (19:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Aug 2001 19:03:06 +0000 (19:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appcmn.cpp

index 86a63a1090aae5f4c962fbbf844a6cb30168d5fd..49dfb98eed528e1194cea145139ed8f1f16d1fbd 100644 (file)
@@ -395,9 +395,6 @@ void ShowAssertDialog(const wxChar *szFile, int nLine, const wxChar *szMsg)
 // this function is called when an assert fails
 void wxOnAssert(const wxChar *szFile, int nLine, const wxChar *szMsg)
 {
-    wxMessageBox( "ttest", "test", wxOK );
-    return;
-    
     if ( !wxTheApp )
     {
         // by default, show the assert dialog box - we can't customize this