]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msdos/utilsdos.cpp
Fixed GetIcon to keep up with return type change on all other platforms.
[wxWidgets.git] / src / msdos / utilsdos.cpp
index ff9814800121be93892adf84f85f6aaee6e9735f..f0a227f696f911808a816fd9fcb7a56402e99d2c 100644 (file)
@@ -207,17 +207,6 @@ wxChar *wxGetUserHome(const wxString& user)
         return _T("");
 }
 
-#if WXWIN_COMPATIBILITY_2_2
-void wxFatalError(const wxString &msg, const wxString &title)
-{
-    wxFprintf( stderr, _("Error ") );
-    if (!title.IsNull()) wxFprintf( stderr, wxT("%s "), WXSTRINGCAST(title) );
-    if (!msg.IsNull()) wxFprintf( stderr, wxT(": %s"), WXSTRINGCAST(msg) );
-    wxFprintf( stderr, wxT(".\n") );
-    exit(3); // the same exit code as for abort()
-}
-#endif // WXWIN_COMPATIBILITY_2_2
-
 // returns %UserName%, $USER or just "user"
 //
 bool wxGetUserId(wxChar *buf, int n)