]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Replaced 'erase' with $(RM) so that the default file deletion program can be overriden
[wxWidgets.git] / 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