X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/159b66c02a8f1c724d1af3c768ad5d90f4c8a0e2..dbcbe229628c7667da2b6257198467d4f09ab28d:/src/common/appcmn.cpp 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