From 38bcbd474c36b40482080ae5b2aee4e5c5975f66 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Aug 2001 19:03:06 +0000 Subject: [PATCH] removed Robert's message box git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appcmn.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 86a63a1090..49dfb98eed 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -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 -- 2.47.2