removed Robert's message box

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-07 19:03:06 +00:00
parent c1c4c5516c
commit 38bcbd474c

View 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